TuttleOFX  1
TuttleOFX/libraries/tuttle/tests/internalGraph/main.cpp File Reference
#include <iostream>
#include "dummy/DummyEdge.hpp"
#include "dummy/DummyVertex.hpp"
#include <tuttle/host/graph/InternalGraph.hpp>
#include <tuttle/test/unit_test.hpp>
Include dependency graph for main.cpp:

Go to the source code of this file.

Defines

#define BOOST_TEST_MODULE   internalGraph_tests

Functions

 BOOST_AUTO_TEST_CASE (internalGraph_add_one_vertex)
 BOOST_AUTO_TEST_CASE (connect_two_nodes)
 BOOST_AUTO_TEST_CASE (delete_one_node)
 BOOST_AUTO_TEST_CASE (detect_cycle)

Define Documentation

#define BOOST_TEST_MODULE   internalGraph_tests

Definition at line 7 of file main.cpp.


Function Documentation

BOOST_AUTO_TEST_CASE ( internalGraph_add_one_vertex  )

Definition at line 14 of file main.cpp.

BOOST_AUTO_TEST_CASE ( connect_two_nodes  )

Definition at line 31 of file main.cpp.

BOOST_AUTO_TEST_CASE ( delete_one_node  )

Definition at line 56 of file main.cpp.

References tuttle::test::DummyVertex::getKey().

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( detect_cycle  )

Definition at line 102 of file main.cpp.