21 #ifndef SH_MATCHINGTEST_H 22 #define SH_MATCHINGTEST_H 24 #define private public 25 #define protected public 55 #endif // ndef SH_MATCHINGTEST_H Graph * g2
Definition: MatchingTest.h:50
Definition: MatchingTest.h:36
BitString * bs1
Definition: MatchingTest.h:47
Selector * s1
Definition: MatchingTest.h:49
a graph constructed from a cover file and a message to be embedded
Definition: Graph.h:51
a cover-/stego-file
Definition: CvrStgFile.h:46
Globals gl1
Definition: MatchingTest.h:52
MatchingTest(TestSuite *s)
Definition: MatchingTest.cc:32
CvrStgFile * f1
Definition: MatchingTest.h:48
some useful pointers that should be global
Definition: Globals.h:52
Graph * g1
Definition: MatchingTest.h:50
void cleanup(void)
Definition: MatchingTest.cc:67
Matching * m1
Definition: MatchingTest.h:51
void setup(void)
Definition: MatchingTest.cc:39
Definition: UnitTest.h:38
a random permutation of a random combination
Definition: Selector.h:36
represent a matching on a graph
Definition: Matching.h:41
void testAugmentingPath(void)
Definition: MatchingTest.cc:152
BitString * bs2
Definition: MatchingTest.h:47
Globals gl2
Definition: MatchingTest.h:52
Matching * m2
Definition: MatchingTest.h:51
Definition: TestSuite.h:31
a string of bits
Definition: BitString.h:42
Selector * s2
Definition: MatchingTest.h:49
CvrStgFile * f2
Definition: MatchingTest.h:48
void testAddRemoveEdge(void)
Definition: MatchingTest.cc:84