Test collection classes
The Test framework contains derived classes of TTest that allow you to group tests.
TTestCollection, an abstract base class of TTest, contains a collection of TTest instances. The tests in the collection run sequentially to determine the success or failure of the entire group. TTestCollection has two concrete derived classes:
- TTestSet contains a collection of subtests that you can perform in random combinations.
- TTestSequence contains a collection of subtests that you perform in a fixed sequence.
TTestMultiplexer derives from TTest and supports multiple decision functions applied to a single test target. You can invoke these decision functions by using text keys. You can write a group of decision member functions and then build a table that maps keys to member functions.
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.
Generated with WebMaker