14namespace sequoia::testing
19 using regular_allocation_test::regular_allocation_test;
22 std::filesystem::path source_file()
const;
26 template <
class,
class, concrete_test>
32 maths::graph_flavour GraphFlavour,
35 class EdgeStorageConfig,
36 class NodeWeightStorage
38 void execute_operations();
40 template<maths::dynamic_network Graph>
41 void contiguous_memory();
Templated on the test_mode, this forms the basis of all allocation tests for regular types.
Definition: RegularAllocationTestCore.hpp:104
Definition: DynamicGraphTestingUtilities.hpp:115
Definition: DynamicGraphWeightedAllocationContiguousTest.hpp:17