Create a new empty test suite
bool TestSuite::isEquivalentTo |
( |
TestSuite & |
theOtherTs | ) |
|
Check whether or not this test suite is equivalent to an other one
- Parameters
-
theOtherTs | The test suite to compare with this one |
- Returns
- true if they are the same, false otherwise
bool TestSuite::isReductionOf |
( |
TestSuite & |
theOtherTs | ) |
|
Check whether or not this test suite is a reduction of an other one
- Parameters
-
theOtherTs | The test suite to compare with this one |
- Returns
- true if they are the other test suite contain this one, false otherwise
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const TestSuite & |
testSuite |
|
) |
| |
|
friend |
Output the TestSuite to a standard output stream
- Parameters
-
out | The standard output stream to use |
testSuite | The TestSuite to print |
- Returns
- The standard output stream used, to allow user to cascade <<
The documentation for this class was generated from the following files:
- /Users/janpeleska/SharedFoldersWin/fsmlib-cpp/src/trees/TestSuite.h
- /Users/janpeleska/SharedFoldersWin/fsmlib-cpp/src/trees/TestSuite.cpp