kaycxx-test
C++ unit test framework
Loading...
Searching...
No Matches
test.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 Klaus Reimer <k@ailis.de>
2// SPDX-License-Identifier: MIT
3
4#pragma once
5
12namespace kaycxx {
13
15namespace test {}
16
17} // namespace kaycxx
18
26#include <kaycxx/test/hook.hpp>
27#include <kaycxx/test/it.hpp>
30#include <kaycxx/test/skip.hpp>
32#include <kaycxx/test/suite.hpp>
Defines the after_all hook registration function.
Defines the after_each hook registration function.
Defines the before_all hook registration function.
Defines the before_each hook registration function.
Defines the callback type used by the test framework.
Defines the describe function for nested test suites.
Defines the test failure result type.
Defines registered test hooks.
Defines the it function for registering test cases.
Root namespace for kaycxx libraries.
Definition test.hpp:12
Defines test execution options.
Defines functions for running registered tests.
Defines skip conditions for test cases.
Defines the skipped test result type.
Defines the suite macro for top-level test suite registration.
Defines test selection filters.
Defines isolated test registries.