#include <EdgeIteratorTest.h>
◆ EdgeIteratorTest()
EdgeIteratorTest::EdgeIteratorTest |
( |
TestSuite * |
s | ) |
|
◆ cleanup()
void EdgeIteratorTest::cleanup |
( |
void |
| ) |
|
|
virtual |
cleanup the unit test - called after run
Reimplemented from UnitTest.
◆ genericTestGraphIteration()
◆ genericTestIterationLength()
bool EdgeIteratorTest::genericTestIterationLength |
( |
Graph * |
g | ) |
|
|
private |
for all vertices in the graph test if getDegree() returns exactly the number of edges EdgeIterator iterates through
◆ genericTestVertexIteration()
check if an edge iterator for srcvertex with m iterates exactly through edges
◆ setup()
void EdgeIteratorTest::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.
◆ testIterationLength()
void EdgeIteratorTest::testIterationLength |
( |
void |
| ) |
|
◆ testReferenceIteration()
void EdgeIteratorTest::testReferenceIteration |
( |
void |
| ) |
|
◆ bs1
◆ bs10
◆ bs11
◆ bs12
◆ bs2
◆ f1
◆ f10
◆ f11
◆ f12
◆ f2
◆ g1
Graph* EdgeIteratorTest::g1 |
|
private |
◆ g10
Graph* EdgeIteratorTest::g10 |
|
private |
◆ g11
Graph * EdgeIteratorTest::g11 |
|
private |
◆ g12
Graph * EdgeIteratorTest::g12 |
|
private |
◆ g2
Graph * EdgeIteratorTest::g2 |
|
private |
◆ gl1
◆ gl10
◆ gl11
◆ gl12
◆ gl2
◆ s1
◆ s10
◆ s11
◆ s12
◆ s2
The documentation for this class was generated from the following files: