- Timestamp:
- 08/19/09 09:48:51 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/local/unit_testing.dox
r543 r560 112 112 113 113 This is useful when a class should be thoroughly tested from multiple 114 aspects, e.g. for different dimensions. Note that each test in 115 testsuite must have a unique name, which must be a legal C++ 116 identifier. 114 aspects, e.g. for different dimensions. Exception-throwing execution 115 paths are also generally run by extra tests, whose names end with 116 _error. Note that each test in testsuite must have a unique name, 117 which must be a legal C++ identifier. 117 118 118 119 Testsuite has explicit support for testing classes derived from