Public Methods | |
| auto | empty (const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is empty. | |
| auto | empty (const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is empty. | |
| template<typename expected_t> | |
| auto | equal_to (const expected_t &expected, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) const |
| Asserts that value not is equal to specified expected. | |
| template<typename expected_t> | |
| auto | equal_to (const expected_t &expected, const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) const |
| Asserts that value is not equal to specified expected with specified user message. | |
| auto | false_ (const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is not false. | |
| auto | false_ (const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is not false and specified user message. | |
| template<typename expected_t> | |
| auto | same_as (const expected_t &expected, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) const |
| Asserts that value is not same as specified expected. | |
| template<typename expected_t> | |
| auto | same_as (const expected_t &expected, const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) const |
| Asserts that value is not same as specified expected with specified user message. | |
| auto | true_ (const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is not true. | |
| auto | true_ (const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is not true and specified user message. | |
Protected Construtors | |
| is_not_value (actual_value< actual_t > &&v) | |
| is_not_value (const actual_value< actual_t > &v) | |
|
inline |
Asserts that value is empty.
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is empty.
| message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value not is equal to specified expected.
| expected | the expected value. |
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is not equal to specified expected with specified user message.
| expected | the expected value. |
| message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is not false.
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is not false and specified user message.
| message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is not same as specified expected.
| expected | the expected value. |
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is not same as specified expected with specified user message.
| expected | the expected value. |
| message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is not true.
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is not true and specified user message.
| message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |