The interface is inherited from testing::Test. Registy on Initialize. More...
#include <DirectedAcyclicGraph_test.h>
Protected Member Functions | |
| void | SetUp () override |
| Testing class initialize function. | |
| void | TearDown () override |
| Testing class TearDown function. | |
Protected Attributes | |
| std::vector< scl::directed_acyclic_node > | m_Nodes |
| scl::directed_acyclic_graph | m_DAG |
The interface is inherited from testing::Test. Registy on Initialize.
Definition at line 51 of file DirectedAcyclicGraph_test.h.