matchingtest(3)
NAME
MatchingTest
SYNOPSIS
#include <MatchingTest.h> Inherits UnitTest. Public Member Functions MatchingTest (TestSuite *s) void setup (void) void cleanup (void) void testAddRemoveEdge (void) void testAugmentingPath (void) Private Attributes BitString * bs1 BitString * bs2 CvrStgFile * f1 CvrStgFile * f2 Selector * s1 Selector * s2 Graph * g1 Graph * g2 Matching * m1 Matching * m2 Globals gl1 Globals gl2
Constructor & Destructor Documentation
MatchingTest::MatchingTest (TestSuite * s)
Member Function Documentation
- void MatchingTest::setup (void) [virtual]
- setup the unit test - called before run
- UnitTest::setup will (together with UnitTest::cleanup) save and restore
the object stored in Globs so they should be called from the
corresponding functions in the derived object if the derived unit test manipulates the Globs object. - Reimplemented from UnitTest.
- void MatchingTest::cleanup (void) [virtual]
- cleanup the unit test - called after run
- Reimplemented from UnitTest.
- void MatchingTest::testAddRemoveEdge (void) void MatchingTest::testAugmentingPath (void)
Member Data Documentation
BitString* MatchingTest::bs1 [private] BitString * MatchingTest::bs2 [private] CvrStgFile* MatchingTest::f1 [private] CvrStgFile * MatchingTest::f2 [private] Selector* MatchingTest::s1 [private] Selector * MatchingTest::s2 [private] Graph* MatchingTest::g1 [private] Graph * MatchingTest::g2 [private] Matching* MatchingTest::m1 [private] Matching * MatchingTest::m2 [private] Globals MatchingTest::gl1 [private] Globals MatchingTest::gl2 [private]
Author
- Generated automatically by Doxygen for steghide from the source code.