Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to specify the order of execution for multiple methods with the [OneTimeTearDown] test hook in NUnit. The methods are executed in an undefined order. It is recommended to only use one [OneTimeTearDown] method for each test fixture to avoid any issues related to the order of execution.