steghide 0.6.0
DFSAPHeuristicTest Class Reference

#include <DFSAPHeuristicTest.h>

Inheritance diagram for DFSAPHeuristicTest:
UnitTest Test

Public Member Functions

 DFSAPHeuristicTest (TestSuite *s)
void setup (void)
void cleanup (void)
void testAlgorithm (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)
TestSuite * getSuite (void)

Private Attributes

BitString * bs1
BitString * bs2
BitString * bs3
BitString * bs4
BitString * bs5
CvrStgFile * f1
CvrStgFile * f2
CvrStgFile * f3
CvrStgFile * f4
CvrStgFile * f5
Selector * s1
Selector * s2
Selector * s3
Selector * s4
Selector * s5
Graph * g1
Graph * g2
Graph * g3
Graph * g4
Graph * g5
Matching * m1
Matching * m2
Matching * m3
Matching * m4
Matching * m5
DFSAPHeuristic * aph1
DFSAPHeuristic * aph2
DFSAPHeuristic * aph3
DFSAPHeuristic * aph4
DFSAPHeuristic * aph5
Globals gl1
Globals gl2
Globals gl3
Globals gl4
Globals gl5

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

◆ DFSAPHeuristicTest()

DFSAPHeuristicTest::DFSAPHeuristicTest ( TestSuite * s)

Member Function Documentation

◆ cleanup()

void DFSAPHeuristicTest::cleanup ( void )
virtual

cleanup the unit test - called after run

Reimplemented from UnitTest.

◆ setup()

void DFSAPHeuristicTest::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.

◆ testAlgorithm()

void DFSAPHeuristicTest::testAlgorithm ( void )

Member Data Documentation

◆ aph1

DFSAPHeuristic* DFSAPHeuristicTest::aph1
private

◆ aph2

DFSAPHeuristic * DFSAPHeuristicTest::aph2
private

◆ aph3

DFSAPHeuristic * DFSAPHeuristicTest::aph3
private

◆ aph4

DFSAPHeuristic * DFSAPHeuristicTest::aph4
private

◆ aph5

DFSAPHeuristic * DFSAPHeuristicTest::aph5
private

◆ bs1

BitString* DFSAPHeuristicTest::bs1
private

◆ bs2

BitString * DFSAPHeuristicTest::bs2
private

◆ bs3

BitString * DFSAPHeuristicTest::bs3
private

◆ bs4

BitString * DFSAPHeuristicTest::bs4
private

◆ bs5

BitString * DFSAPHeuristicTest::bs5
private

◆ f1

CvrStgFile* DFSAPHeuristicTest::f1
private

◆ f2

CvrStgFile * DFSAPHeuristicTest::f2
private

◆ f3

CvrStgFile * DFSAPHeuristicTest::f3
private

◆ f4

CvrStgFile * DFSAPHeuristicTest::f4
private

◆ f5

CvrStgFile * DFSAPHeuristicTest::f5
private

◆ g1

Graph* DFSAPHeuristicTest::g1
private

◆ g2

Graph * DFSAPHeuristicTest::g2
private

◆ g3

Graph * DFSAPHeuristicTest::g3
private

◆ g4

Graph * DFSAPHeuristicTest::g4
private

◆ g5

Graph * DFSAPHeuristicTest::g5
private

◆ gl1

Globals DFSAPHeuristicTest::gl1
private

◆ gl2

Globals DFSAPHeuristicTest::gl2
private

◆ gl3

Globals DFSAPHeuristicTest::gl3
private

◆ gl4

Globals DFSAPHeuristicTest::gl4
private

◆ gl5

Globals DFSAPHeuristicTest::gl5
private

◆ m1

Matching* DFSAPHeuristicTest::m1
private

◆ m2

Matching * DFSAPHeuristicTest::m2
private

◆ m3

Matching * DFSAPHeuristicTest::m3
private

◆ m4

Matching * DFSAPHeuristicTest::m4
private

◆ m5

Matching * DFSAPHeuristicTest::m5
private

◆ s1

Selector* DFSAPHeuristicTest::s1
private

◆ s2

Selector * DFSAPHeuristicTest::s2
private

◆ s3

Selector * DFSAPHeuristicTest::s3
private

◆ s4

Selector * DFSAPHeuristicTest::s4
private

◆ s5

Selector * DFSAPHeuristicTest::s5
private

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