steghide  0.5.1
Public Member Functions | Private Attributes | List of all members
MatchingTest Class Reference

#include <MatchingTest.h>

Inheritance diagram for MatchingTest:
UnitTest Test

Public Member Functions

 MatchingTest (TestSuite *s)
 
void setup (void)
 
void cleanup (void)
 
void testAddRemoveEdge (void)
 
void testAugmentingPath (void)
 
- Public Member Functions inherited from UnitTest
 UnitTest (std::string n, TestSuite *s)
 
 ~UnitTest (void)
 
void run (void)
 
- Public Member Functions inherited from Test
 Test (void)
 
 Test (const std::string &n)
 
 Test (const std::string &n, TestSuite *s)
 
virtual ~Test (void)
 
const std::string & getName (void)
 
TestSuitegetSuite (void)
 

Private Attributes

BitStringbs1
 
BitStringbs2
 
CvrStgFilef1
 
CvrStgFilef2
 
Selectors1
 
Selectors2
 
Graphg1
 
Graphg2
 
Matchingm1
 
Matchingm2
 
Globals gl1
 
Globals gl2
 

Additional Inherited Members

- Protected Member Functions inherited from UnitTest
void addTestCategory (TestCategory *tc)
 
void addTestResult (bool r)
 
char * strip_test (char *s)
 

Constructor & Destructor Documentation

◆ MatchingTest()

MatchingTest::MatchingTest ( TestSuite s)

Member Function Documentation

◆ cleanup()

void MatchingTest::cleanup ( void  )
virtual

cleanup the unit test - called after run

Reimplemented from UnitTest.

◆ setup()

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.

◆ testAddRemoveEdge()

void MatchingTest::testAddRemoveEdge ( void  )

◆ testAugmentingPath()

void MatchingTest::testAugmentingPath ( void  )

Member Data Documentation

◆ bs1

BitString* MatchingTest::bs1
private

◆ bs2

BitString * MatchingTest::bs2
private

◆ f1

CvrStgFile* MatchingTest::f1
private

◆ f2

CvrStgFile * MatchingTest::f2
private

◆ g1

Graph* MatchingTest::g1
private

◆ g2

Graph * MatchingTest::g2
private

◆ gl1

Globals MatchingTest::gl1
private

◆ gl2

Globals MatchingTest::gl2
private

◆ m1

Matching* MatchingTest::m1
private

◆ m2

Matching * MatchingTest::m2
private

◆ s1

Selector* MatchingTest::s1
private

◆ s2

Selector * MatchingTest::s2
private

The documentation for this class was generated from the following files: