NUnitTestTimeLimiter.Fody

Fody add-in for weaving NUnit Timeout tags on the TestFixture classes with a global maximum. Depending on your setting the slow unit tests are going to fail after the timeout period. The goal is to catch all incorrectly written NUnit tests and to force them to execute quickly. This will provide the possibility to use the test set in TDD scenario. By not installing the weaver into some of the test assemblies, you can build integration unit tests, which you can leave out from the TDD process and run them only on your build server.


Keywords
ILWeaving, Fody, Cecil, NUnit, Timeout
Install
Install-Package NUnitTestTimeLimiter.Fody -Version 1.0.1.39