Download Page
The programs are provided as is and I take no responsabilities for support or damages. However, if you do have a problem or found a bug, you can let me know here and I will see what I can do.
AllUnitTests
This
class helps you to call all your TestCases in your current assembly easily in
NUnit. By calling the TestSuite of this class you know with confidence that
all your TestCases also ran. For detailed description how to use it read my
article here.
| File name | file size | version | Visual Studio/NUnit Version | Description | Download here |
| AllUnitTests_V-1-1.cs | 3.68KB | v.1.1 | VS.Net
Final Release NUnit 1.11 |
Special thanks to Wei Tian for fixing some issues with the AllUnitTests class which occured in the final release of VS.Net and NUnit 1.11. | download zip file |
| AllUnitTests.cs | 2.8KB | v.1.0 | VS.Net
Beta 2 NUnit 1.10 |
Class which includes automatically all TestCases and gives them back as TestSuite. Due to changes in the Reflection classes, this class is only compatible with VS.NET B2 and NUnit 1.10. |