14namespace sequoia::testing
19 using free_test::free_test;
22 std::filesystem::path source_file()
const;
26 void test_type_comparator();
28 template<
template<
class...>
class TT>
29 void test_lower_bound();
31 template<
template<
class...>
class TT>
34 template<
template<
class...>
class TT>
37 template<
template<
class...>
class TT>
40 template<
template<
class...>
class TT>
43 template<
template<
class...>
class TT>
44 void test_stable_sort();
46 template<
template<
class...>
class TT>
49 template<
template<
class...>
class TT>
52 template<
template<
class...>
class TT>
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: TypeAlgorithmsFreeTest.hpp:17