12namespace sequoia::testing
17 using regular_test::regular_test;
20 std::filesystem::path source_file()
const;
24 template<
class EdgeWeight,
class NodeWeight>
27 template<
class EdgeWeight,
class NodeWeight>
30 template<
class EdgeWeight,
class NodeWeight>
35 void test_node_node();
37 void test_node_1_node_0();
39 void test_node_1_1_node_0_0();
41 void test_node_1_2_node_0_2_node_0_1();
Utilities for checking regular semantics.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: StaticUndirectedGraphFundamentalWeightTest.hpp:15