Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


This chapter discusses the testing of migrated components.

Include Page
OPENMI: 6.1 Unit testing
OPENMI: 6.1 Unit testing

6.1 Unit testing

The testing procedure described here assumes you are using the NUnit test tool. You can download the NUnit user interface and libraries fromhttp://www.NUnit.org. This web page also gives more information about NUnit. Basically, you create a test class for each of the wrapper classes; in the test classes you implement a test method for each public method in the class.

...