Public Methods | |
| auto | not_ () |
| 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 and specified user message. | |
| 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 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 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 false. | |
| auto | false_ (const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is false and specified user message. | |
| auto | negative (const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is positive. | |
| auto | negative (const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is false and specified user message. | |
| auto | positive (const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is positive. | |
| auto | positive (const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is 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 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 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 true. | |
| auto | true_ (const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
| Asserts that value is true and specified user message. | |
Protected Construtors | |
| is_value (actual_value< actual_t > &&v) | |
| is_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 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 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 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 false.
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is 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 positive.
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is 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 positive.
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is 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 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 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 true.
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that value is 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. |