14namespace sequoia::testing
19 using free_test::free_test;
22 std::filesystem::path source_file()
const;
26 void test_concat_sequences();
28 void test_filtered_sequence();
30 void test_rotate_sequence();
32 void test_reverse_sequence();
34 void test_shift_sequence();
36 void test_sequence_partial_sum();
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: SequencesFreeTest.hpp:17