14namespace sequoia::testing
19 using regular_test::regular_test;
22 std::filesystem::path source_file()
const;
26 template<std::
floating_po
int T>
27 void test_exceptions();
29 template<
class Quantity>
30 void test_convex_quantity();
32 template<std::
floating_po
int T>
33 void test_celsius_conversions();
35 template<std::
floating_po
int T>
36 void test_farenheight_conversions();
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: ConvexPhysicalValueTest.hpp:17