13namespace sequoia::testing
18 using performance_false_negative_test::performance_false_negative_test;
21 std::filesystem::path source_file()
const;
26 void test_relative_performance();
32 using performance_false_positive_test::performance_false_positive_test;
35 std::filesystem::path source_file()
const;
40 void test_relative_performance();
46 using free_test::free_test;
49 std::filesystem::path source_file()
const;
54 void test_postprocessing();
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144