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