14namespace sequoia::testing
19 using free_test::free_test;
22 std::filesystem::path source_file()
const;
27 template<
class Stability>
28 void sort_basic_type(Stability stability);
30 template<
class Stability>
31 void sort_partial_edge(Stability stability);
33 void stable_sort_stability();
35 void cluster_basic_type();
37 void cluster_partial_edge();
Utilities for checking regular semantics.
Definition: AlgorithmsTest.hpp:17
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144