NUnit Test Generator Usage
Testamonial
"The NUnit Test Generator took the drudgery out of creating tests from existing source code. The Test Generator did the mundane tasks so I could concentrate on the test logic itself. And as to service: I had a specific request and Kellerman Software had it implemented and delivered before most companies would have even gotten around to acknowledging the inquiry. Great support."
Jerry Bastian
Senior Software Engineer
SunTech Medical, Inc.
Using the NUnit Test Generator is super easy:
- Choose the C# and/or VB.NET files that you want to create tests.
- Choose the output directory. If test files already exist, backups will be created in the same directory.
- Click the Process Button and the tests will be created.
Most tests that are created for business object properties will work without any modification. However, all tests that are created contain the Ignore NUnit attribute which gives you a marker to ensure the test performs as expected.
Methods that are overloaded in C# will have tests created for each overloaded method with a number after the test name. The documentation that the NUnit test generator creates, contains the complete method signature to be able to tell which method needs tested.
