14namespace sequoia::testing
19 using free_test::free_test;
22 std::filesystem::path source_file()
const;
26 template<std::
integral T>
29 template<std::
floating_po
int T>
32 template<std::
integral T, std::
floating_po
int U>
35 template<std::
integral T>
36 void test_ratio_multiply();
38 template<std::
floating_po
int T>
39 void test_ratio_multiply();
41 template<std::
integral T, std::
floating_po
int U>
42 void test_ratio_multiply();
44 template<std::
integral T>
45 void test_ratio_divide();
47 template<std::
floating_po
int T>
48 void test_ratio_divide();
50 template<std::
integral T, std::
floating_po
int U>
51 void test_ratio_divide();
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: RatioFreeTest.hpp:17