steghide  0.5.1
Public Member Functions | Private Attributes | List of all members
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)
 
TestSuitegetSuite (void)
 

Private Attributes

BitStringbs1
 
BitStringbs2
 
BitStringbs3
 
BitStringbs4
 
BitStringbs5
 
CvrStgFilef1
 
CvrStgFilef2
 
CvrStgFilef3
 
CvrStgFilef4
 
CvrStgFilef5
 
Selectors1
 
Selectors2
 
Selectors3
 
Selectors4
 
Selectors5
 
Graphg1
 
Graphg2
 
Graphg3
 
Graphg4
 
Graphg5
 
Matchingm1
 
Matchingm2
 
Matchingm3
 
Matchingm4
 
Matchingm5
 
DFSAPHeuristicaph1
 
DFSAPHeuristicaph2
 
DFSAPHeuristicaph3
 
DFSAPHeuristicaph4
 
DFSAPHeuristicaph5
 
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 ( TestSuite s)

Member Function Documentation

void DFSAPHeuristicTest::cleanup ( void  )
virtual

cleanup the unit test - called after run

Reimplemented from UnitTest.

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.

void DFSAPHeuristicTest::testAlgorithm ( void  )

Member Data Documentation

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

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