#include <BFSAPHeuristicTest.h>
Inheritance diagram for BFSAPHeuristicTest:
Public Member Functions | |
BFSAPHeuristicTest (TestSuite *s) | |
void | setup (void) |
void | cleanup (void) |
void | testAlgorithm (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 |
BFSAPHeuristic * | aph1 |
BFSAPHeuristic * | aph2 |
BFSAPHeuristic * | aph3 |
BFSAPHeuristic * | aph4 |
BFSAPHeuristic * | aph5 |
Globals | gl1 |
Globals | gl2 |
Globals | gl3 |
Globals | gl4 |
Globals | gl5 |
BFSAPHeuristicTest::BFSAPHeuristicTest | ( | TestSuite * | s | ) |
void BFSAPHeuristicTest::cleanup | ( | void | ) | [virtual] |
cleanup the unit test - called after run
Reimplemented from UnitTest.
void BFSAPHeuristicTest::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 BFSAPHeuristicTest::testAlgorithm | ( | void | ) |
BFSAPHeuristic* BFSAPHeuristicTest::aph1 [private] |
BFSAPHeuristic * BFSAPHeuristicTest::aph2 [private] |
BFSAPHeuristic * BFSAPHeuristicTest::aph3 [private] |
BFSAPHeuristic * BFSAPHeuristicTest::aph4 [private] |
BFSAPHeuristic * BFSAPHeuristicTest::aph5 [private] |
BitString* BFSAPHeuristicTest::bs1 [private] |
BitString * BFSAPHeuristicTest::bs2 [private] |
BitString * BFSAPHeuristicTest::bs3 [private] |
BitString * BFSAPHeuristicTest::bs4 [private] |
BitString * BFSAPHeuristicTest::bs5 [private] |
CvrStgFile* BFSAPHeuristicTest::f1 [private] |
CvrStgFile * BFSAPHeuristicTest::f2 [private] |
CvrStgFile * BFSAPHeuristicTest::f3 [private] |
CvrStgFile * BFSAPHeuristicTest::f4 [private] |
CvrStgFile * BFSAPHeuristicTest::f5 [private] |
Graph* BFSAPHeuristicTest::g1 [private] |
Graph * BFSAPHeuristicTest::g2 [private] |
Graph * BFSAPHeuristicTest::g3 [private] |
Graph * BFSAPHeuristicTest::g4 [private] |
Graph * BFSAPHeuristicTest::g5 [private] |
Globals BFSAPHeuristicTest::gl1 [private] |
Globals BFSAPHeuristicTest::gl2 [private] |
Globals BFSAPHeuristicTest::gl3 [private] |
Globals BFSAPHeuristicTest::gl4 [private] |
Globals BFSAPHeuristicTest::gl5 [private] |
Matching* BFSAPHeuristicTest::m1 [private] |
Matching * BFSAPHeuristicTest::m2 [private] |
Matching * BFSAPHeuristicTest::m3 [private] |
Matching * BFSAPHeuristicTest::m4 [private] |
Matching * BFSAPHeuristicTest::m5 [private] |
Selector* BFSAPHeuristicTest::s1 [private] |
Selector * BFSAPHeuristicTest::s2 [private] |
Selector * BFSAPHeuristicTest::s3 [private] |
Selector * BFSAPHeuristicTest::s4 [private] |
Selector * BFSAPHeuristicTest::s5 [private] |