14namespace sequoia::testing
19 using regular_test::regular_test;
22 std::filesystem::path source_file()
const;
27 void test_linear_sequence();
28 void test_static_linear_sequence();
Utilities for checking regular semantics.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: LinearSequenceTest.hpp:17