Changeset 113
- Timestamp:
- 02/18/11 14:44:31 (15 months ago)
- Files:
-
- 1 modified
-
trunk/overview.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/overview.txt
r112 r113 4 4 5 5 The basic structure of `mgunit` is that tests are created by subclassing `MGutTestCase`, tests can be grouped together into suites for convenience by subclassing `MGutTestSuite`, and tests are run my calling `mgunit`. The `assert` routine is useful inside a test for making an assertion during the test. The `error_is_pass.pro` batch file is useful to include in a test when the test is supposed to crash. 6 7 :Author: 8 Michael Galloy 9 10 :Copyright: 11 BSD license 6 12 7 13 :Dirs:
