16namespace sequoia::testing
21 using regular_test::regular_test;
24 std::filesystem::path source_file()
const;
32 void test_decreasing_sequence();
34 void test_static_decreasing_sequence();
36 void test_static_increasing_sequence();
Classes implementing the concept of a monotonic sequence.
Utilities for checking regular semantics.
Definition: MonotonicSequence.hpp:303
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: MonotonicSequenceTest.hpp:19