Changeset 560

Show
Ignore:
Timestamp:
08/19/09 09:48:51 (15 years ago)
Author:
vbarta
Message:

documented another test name convention

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/local/unit_testing.dox

    r543 r560  
    112112 
    113113This 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. 
     114aspects, e.g. for different dimensions. Exception-throwing execution 
     115paths are also generally run by extra tests, whose names end with 
     116_error. Note that each test in testsuite must have a unique name, 
     117which must be a legal C++ identifier. 
    117118 
    118119Testsuite has explicit support for testing classes derived from