kaycxx-assert
C++ assertion library
Loading...
Searching...
No Matches
assert.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 assert {}
16
17} // namespace kaycxx
18
Defines the assert_close function.
Defines the assert_contain function.
Defines the assert_equal function.
Defines the assert_false function.
Defines the assert_greater function.
Defines the assert_greater_or_equal function.
Defines the assert_less function.
Defines the assert_less_or_equal function.
Defines the assert_match function.
Defines the assert_not_close function.
Defines the assert_not_contain function.
Defines the assert_not_equal function.
Defines the assert_not_match function.
Defines the assert_not_null function.
Defines the assert_not_throw function.
Defines the assert_null function.
Defines the assert_throw function.
Defines the assert_true function.
Defines the assertion_error type.
Root namespace for kaycxx libraries.
Definition assert.hpp:12