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_0_0interleaved();
37 void test_node_node();
39 void test_node_1_node_0();
41 void test_node_1_1_node_0_0();
43 void test_node_1_1_node_0_0interleaved();
Utilities for checking regular semantics.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: StaticUndirectedEmbeddedGraphFundamentalWeightTest.hpp:15