xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.tunit
include
xtd
tunit
constraints
assert_that.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
assert.hpp
"
6
8
namespace
xtd
{
10
namespace
tunit
{
12
namespace
constraints
{
13
template
<
typename
actual_t>
14
inline
auto
assert_that(
const
actual_t& actual) {
return
xtd::tunit::constraints::assert().that(actual);}
15
}
16
}
17
}
xtd::tunit::constraints
The constraints namespace contains the constraint-based assert model.
Definition
actual_value.hpp:12
xtd::tunit
The tunit namespace contains a unit test library.
Definition
abort_error.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
assert.hpp
Contains xtd::tunit::constraints::assert method.
Generated on
for xtd by
Gammasoft
. All rights reserved.