FSM Library - C++ version
Public Member Functions | Friends | List of all members
TestSuite Class Reference
Inheritance diagram for TestSuite:
Inheritance graph
[legend]
Collaboration diagram for TestSuite:
Collaboration graph
[legend]

Public Member Functions

 TestSuite ()
 
bool isEquivalentTo (TestSuite &theOtherTs)
 
bool isReductionOf (TestSuite &theOtherTs)
 

Friends

std::ostream & operator<< (std::ostream &out, const TestSuite &testSuite)
 

Constructor & Destructor Documentation

TestSuite::TestSuite ( )

Create a new empty test suite

Member Function Documentation

bool TestSuite::isEquivalentTo ( TestSuite theOtherTs)

Check whether or not this test suite is equivalent to an other one

Parameters
theOtherTsThe 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
theOtherTsThe test suite to compare with this one
Returns
true if they are the other test suite contain this one, false otherwise

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const TestSuite testSuite 
)
friend

Output the TestSuite to a standard output stream

Parameters
outThe standard output stream to use
testSuiteThe 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: