16namespace sequoia::testing
21 using free_test::free_test;
24 std::filesystem::path source_file()
const;
29 void test_task_queue();
31 template<
class ThreadModel,
class... Args>
32 void test_exceptions(std::string_view message, Args&&... args);
34 template<
class ThreadModel,
class... Args>
35 void test_execution(std::string_view message, Args&&... args);
37 void test_serial_exceptions();
38 void test_serial_execution();
Utilities for checking regular semantics.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: ConcurrencyModelsTest.hpp:19