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

#include <GraphTest.h>

Inheritance diagram for GraphTest:
UnitTest Test

Public Member Functions

 GraphTest (TestSuite *s)
 
void setup (void)
 
void cleanup (void)
 
void testVertices (void)
 
void testSampleValues (void)
 
void testSampleOccurences (void)
 
void testSampleValueAdjacencyLists (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

CvrStgFile * f1
 
CvrStgFile * f2
 
CvrStgFile * f3
 
CvrStgFile * f4
 
CvrStgFile * f5
 
CvrStgFile * f6
 
CvrStgFile * f7
 
CvrStgFile * f8
 
CvrStgFile * f9
 
CvrStgFile * f10
 
CvrStgFile * f11
 
CvrStgFile * f12
 
CvrStgFile * f13
 
CvrStgFile * f14
 
CvrStgFile * f15
 
CvrStgFile * f_f
 
BitString * bs1
 
BitString * bs2
 
BitString * bs3
 
BitString * bs4
 
BitString * bs5
 
BitString * bs6
 
BitString * bs7
 
BitString * bs8
 
BitString * bs9
 
BitString * bs10
 
BitString * bs11
 
BitString * bs12
 
BitString * bs13
 
BitString * bs14
 
BitString * bs15
 
BitString * bs_f
 
Selector * s1
 
Selector * s2
 
Selector * s3
 
Selector * s4
 
Selector * s5
 
Selector * s6
 
Selector * s7
 
Selector * s8
 
Selector * s9
 
Selector * s10
 
Selector * s11
 
Selector * s12
 
Selector * s13
 
Selector * s14
 
Selector * s15
 
Selector * s_f
 
Graph * g1
 
Graph * g2
 
Graph * g3
 
Graph * g4
 
Graph * g5
 
Graph * g6
 
Graph * g7
 
Graph * g8
 
Graph * g9
 
Graph * g10
 
Graph * g11
 
Graph * g12
 
Graph * g13
 
Graph * g14
 
Graph * g15
 
Graph * g_f
 
Globals gl1
 
Globals gl2
 
Globals gl3
 
Globals gl4
 
Globals gl5
 
Globals gl6
 
Globals gl7
 
Globals gl8
 
Globals gl9
 
Globals gl10
 
Globals gl11
 
Globals gl12
 
Globals gl13
 
Globals gl14
 
Globals gl15
 
Globals gl_f
 

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

GraphTest::GraphTest ( TestSuite *  s)

Member Function Documentation

void GraphTest::cleanup ( void  )
virtual

cleanup the unit test - called after run

Reimplemented from UnitTest.

void GraphTest::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 GraphTest::testSampleOccurences ( void  )
void GraphTest::testSampleValueAdjacencyLists ( void  )
void GraphTest::testSampleValues ( void  )
void GraphTest::testVertices ( void  )

Member Data Documentation

BitString* GraphTest::bs1
private
BitString * GraphTest::bs10
private
BitString * GraphTest::bs11
private
BitString * GraphTest::bs12
private
BitString * GraphTest::bs13
private
BitString * GraphTest::bs14
private
BitString * GraphTest::bs15
private
BitString * GraphTest::bs2
private
BitString * GraphTest::bs3
private
BitString * GraphTest::bs4
private
BitString * GraphTest::bs5
private
BitString * GraphTest::bs6
private
BitString * GraphTest::bs7
private
BitString * GraphTest::bs8
private
BitString * GraphTest::bs9
private
BitString * GraphTest::bs_f
private
CvrStgFile* GraphTest::f1
private
CvrStgFile * GraphTest::f10
private
CvrStgFile * GraphTest::f11
private
CvrStgFile * GraphTest::f12
private
CvrStgFile * GraphTest::f13
private
CvrStgFile * GraphTest::f14
private
CvrStgFile * GraphTest::f15
private
CvrStgFile * GraphTest::f2
private
CvrStgFile * GraphTest::f3
private
CvrStgFile * GraphTest::f4
private
CvrStgFile * GraphTest::f5
private
CvrStgFile * GraphTest::f6
private
CvrStgFile * GraphTest::f7
private
CvrStgFile * GraphTest::f8
private
CvrStgFile * GraphTest::f9
private
CvrStgFile * GraphTest::f_f
private
Graph* GraphTest::g1
private
Graph * GraphTest::g10
private
Graph * GraphTest::g11
private
Graph * GraphTest::g12
private
Graph * GraphTest::g13
private
Graph * GraphTest::g14
private
Graph * GraphTest::g15
private
Graph * GraphTest::g2
private
Graph * GraphTest::g3
private
Graph * GraphTest::g4
private
Graph * GraphTest::g5
private
Graph * GraphTest::g6
private
Graph * GraphTest::g7
private
Graph * GraphTest::g8
private
Graph * GraphTest::g9
private
Graph * GraphTest::g_f
private
Globals GraphTest::gl1
private
Globals GraphTest::gl10
private
Globals GraphTest::gl11
private
Globals GraphTest::gl12
private
Globals GraphTest::gl13
private
Globals GraphTest::gl14
private
Globals GraphTest::gl15
private
Globals GraphTest::gl2
private
Globals GraphTest::gl3
private
Globals GraphTest::gl4
private
Globals GraphTest::gl5
private
Globals GraphTest::gl6
private
Globals GraphTest::gl7
private
Globals GraphTest::gl8
private
Globals GraphTest::gl9
private
Globals GraphTest::gl_f
private
Selector* GraphTest::s1
private
Selector * GraphTest::s10
private
Selector * GraphTest::s11
private
Selector * GraphTest::s12
private
Selector * GraphTest::s13
private
Selector * GraphTest::s14
private
Selector * GraphTest::s15
private
Selector * GraphTest::s2
private
Selector * GraphTest::s3
private
Selector * GraphTest::s4
private
Selector * GraphTest::s5
private
Selector * GraphTest::s6
private
Selector * GraphTest::s7
private
Selector * GraphTest::s8
private
Selector * GraphTest::s9
private
Selector * GraphTest::s_f
private

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