Public Methods | |
| auto | not_ () |
| template<typename item_t> | |
| auto | end_with (const item_t &item, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) const |
| Asserts that string ends with specified item. | |
| template<typename item_t> | |
| auto | end_with (const item_t &item, const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) const |
| Asserts that string ends with specified item and specified user message. | |
| template<typename item_t> | |
| auto | start_with (const item_t &item, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) const |
| Asserts that string starts with specified item. | |
| template<typename item_t> | |
| auto | start_with (const item_t &item, const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) const |
| Asserts that string starts with specified item and specified user message. | |
Protected Construtors | |
| does_value (actual_value< actual_t > &&v) | |
| does_value (const actual_value< actual_t > &v) | |
|
inline |
Asserts that string ends with specified item.
| item | object to verify. |
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that string ends with specified item and specified user message.
| item | object to verify. |
| 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 string starts with specified item.
| item | object to verify. |
| stack_frame | Contains information about current file and current line. |
| xtd::tunit::assert_error | If bad assertion. |
|
inline |
Asserts that string starts with specified item and specified user message.
| item | object to verify. |
| 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. |