![]() |
tunit - Reference Guide
1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
|
The string_assume class contains a collection of static methods that implement the most string assertions used in tUnit. More...
#include <string_assume.h>
Static Public Member Functions | |
static void | are_equal_ignoring_case (const std::string &expected, const std::string &actual) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::string &expected, const std::string &actual, const tunit::line_info &line_info) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::string &expected, const std::string &actual, const std::string &message) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::string &expected, const std::string &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::u16string &expected, const std::u16string &actual) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::u16string &expected, const std::u16string &actual, const tunit::line_info &line_info) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::u16string &expected, const std::u16string &actual, const std::string &message) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::u16string &expected, const std::u16string &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::u32string &expected, const std::u32string &actual) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::u32string &expected, const std::u32string &actual, const tunit::line_info &line_info) |
Valids that two type are equal. More... | |
static void | are_equal_ignoring_case (const std::u32string &expected, const std::u32string &actual, const std::string &message) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::u32string &expected, const std::u32string &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that two type are equal. More... | |
static void | are_equal_ignoring_case (const std::wstring &expected, const std::wstring &actual) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::wstring &expected, const std::wstring &actual, const tunit::line_info &line_info) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::wstring &expected, const std::wstring &actual, const std::string &message) |
Valids that two type are equal ignoring case. More... | |
static void | are_equal_ignoring_case (const std::wstring &expected, const std::wstring &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that two type are equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::string &expected, const std::string &actual) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::string &expected, const std::string &actual, const tunit::line_info &line_info) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::string &expected, const std::string &actual, const std::string &message) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::string &expected, const std::string &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::u16string &expected, const std::u16string &actual) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::u16string &expected, const std::u16string &actual, const tunit::line_info &line_info) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::u16string &expected, const std::u16string &actual, const std::string &message) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::u16string &expected, const std::u16string &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::u32string &expected, const std::u32string &actual) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::u32string &expected, const std::u32string &actual, const tunit::line_info &line_info) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::u32string &expected, const std::u32string &actual, const std::string &message) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::u32string &expected, const std::u32string &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::wstring &expected, const std::wstring &actual) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::wstring &expected, const std::wstring &actual, const tunit::line_info &line_info) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::wstring &expected, const std::wstring &actual, const std::string &message) |
Valids that two type are not equal ignoring case. More... | |
static void | are_not_equal_ignoring_case (const std::wstring &expected, const std::wstring &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that two type are not equal ignoring case. More... | |
static void | contains (const std::string &item, const std::string &string) |
Valids that string contains an item. More... | |
static void | contains (const std::string &item, const std::string &string, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | contains (const std::string &item, const std::string &string, const std::string &message) |
Valids that string contains an item. More... | |
static void | contains (const std::string &item, const std::string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | contains (const std::u16string &item, const std::u16string &string) |
Valids that string contains an item. More... | |
static void | contains (const std::u16string &item, const std::u16string &string, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | contains (const std::u16string &item, const std::u16string &string, const std::string &message) |
Valids that string contains an item. More... | |
static void | contains (const std::u16string &item, const std::u16string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | contains (const std::u32string &item, const std::u32string &string) |
Valids that string contains an item. More... | |
static void | contains (const std::u32string &item, const std::u32string &string, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | contains (const std::u32string &item, const std::u32string &string, const std::string &message) |
Valids that string contains an item. More... | |
static void | contains (const std::u32string &item, const std::u32string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | contains (const std::wstring &item, const std::wstring &string) |
Valids that string contains an item. More... | |
static void | contains (const std::wstring &item, const std::wstring &string, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | contains (const std::wstring &item, const std::wstring &string, const std::string &message) |
Valids that string contains an item. More... | |
static void | contains (const std::wstring &item, const std::wstring &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::string &item, const std::string &string) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::string &item, const std::string &string, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::string &item, const std::string &string, const std::string &message) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::string &item, const std::string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::u16string &item, const std::u16string &string) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::u16string &item, const std::u16string &string, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::u16string &item, const std::u16string &string, const std::string &message) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::u16string &item, const std::u16string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::u32string &item, const std::u32string &string) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::u32string &item, const std::u32string &string, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::u32string &item, const std::u32string &string, const std::string &message) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::u32string &item, const std::u32string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::wstring &item, const std::wstring &string) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::wstring &item, const std::wstring &string, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::wstring &item, const std::wstring &string, const std::string &message) |
Valids that string contains an item. More... | |
static void | does_not_contain (const std::wstring &item, const std::wstring &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string contains an item. More... | |
static void | does_not_end_with (const std::string &item, const std::string &string) |
Valids that string does not end witdh item. More... | |
static void | does_not_end_with (const std::string &item, const std::string &string, const tunit::line_info &line_info) |
Valids that string starts with item. More... | |
static void | does_not_end_with (const std::string &item, const std::string &string, const std::string &message) |
Valids that string starts with item. More... | |
static void | does_not_end_with (const std::string &item, const std::string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string starts with item. More... | |
static void | does_not_end_with (const std::u16string &item, const std::u16string &string) |
Valids that string starts with item. More... | |
static void | does_not_end_with (const std::u16string &item, const std::u16string &string, const tunit::line_info &line_info) |
Valids that srinbg start with item. More... | |
static void | does_not_end_with (const std::u16string &item, const std::u16string &string, const std::string &message) |
Valids that string does not end witdh item. More... | |
static void | does_not_end_with (const std::u16string &item, const std::u16string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string does not end witdh item. More... | |
static void | does_not_end_with (const std::u32string &item, const std::u32string &string) |
Valids that string does not end witdh item. More... | |
static void | does_not_end_with (const std::u32string &item, const std::u32string &string, const tunit::line_info &line_info) |
Valids that string does not end witdh item. More... | |
static void | does_not_end_with (const std::u32string &item, const std::u32string &string, const std::string &message) |
Valids that string does not end witdh item. More... | |
static void | does_not_end_with (const std::u32string &item, const std::u32string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string does not end witdh item. More... | |
static void | does_not_end_with (const std::wstring &item, const std::wstring &string) |
Valids that string does not end witdh item. More... | |
static void | does_not_end_with (const std::wstring &item, const std::wstring &string, const tunit::line_info &line_info) |
Valids that string does not end witdh item. More... | |
static void | does_not_end_with (const std::wstring &item, const std::wstring &string, const std::string &message) |
Valids that string does not end witdh item. More... | |
static void | does_not_end_with (const std::wstring &item, const std::wstring &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string does not end witdh item. More... | |
static void | does_not_match (const std::string ®ex_pattern, const std::string &actual) |
Valids that does not match regex patern. More... | |
static void | does_not_match (const std::string ®ex_pattern, const std::string &actual, const tunit::line_info &line_info) |
Valids that does not match regex patern. More... | |
static void | does_not_match (const std::string ®ex_pattern, const std::string &actual, const std::string &message) |
Valids that does not match regex patern. More... | |
static void | does_not_match (const std::string ®ex_pattern, const std::string &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that does not match regex patern. More... | |
static void | does_not_match (const std::wstring ®ex_pattern, const std::wstring &actual) |
Valids that does not match regex patern. /. More... | |
static void | does_not_match (const std::wstring ®ex_pattern, const std::wstring &actual, const tunit::line_info &line_info) |
Valids that does not match regex patern. More... | |
static void | does_not_match (const std::wstring ®ex_pattern, const std::wstring &actual, const std::string &message) |
Valids that does not match regex patern. More... | |
static void | does_not_match (const std::wstring ®ex_pattern, const std::wstring &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that does not match regex patern. More... | |
static void | does_not_start_with (const std::string &item, const std::string &string) |
Valids that string does noy start witdh item. More... | |
static void | does_not_start_with (const std::string &item, const std::string &string, const tunit::line_info &line_info) |
Valids that string starts with item. More... | |
static void | does_not_start_with (const std::string &item, const std::string &string, const std::string &message) |
Valids that string starts with item. More... | |
static void | does_not_start_with (const std::string &item, const std::string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string starts with item. More... | |
static void | does_not_start_with (const std::u16string &item, const std::u16string &string) |
Valids that string starts with item. More... | |
static void | does_not_start_with (const std::u16string &item, const std::u16string &string, const tunit::line_info &line_info) |
Valids that srinbg start with item. More... | |
static void | does_not_start_with (const std::u16string &item, const std::u16string &string, const std::string &message) |
Valids that string does noy start witdh item. More... | |
static void | does_not_start_with (const std::u16string &item, const std::u16string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string does noy start witdh item. More... | |
static void | does_not_start_with (const std::u32string &item, const std::u32string &string) |
Valids that string does noy start witdh item. More... | |
static void | does_not_start_with (const std::u32string &item, const std::u32string &string, const tunit::line_info &line_info) |
Valids that string does noy start witdh item. More... | |
static void | does_not_start_with (const std::u32string &item, const std::u32string &string, const std::string &message) |
Valids that string does noy start witdh item. More... | |
static void | does_not_start_with (const std::u32string &item, const std::u32string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string does noy start witdh item. More... | |
static void | does_not_start_with (const std::wstring &item, const std::wstring &string) |
Valids that string does noy start witdh item. More... | |
static void | does_not_start_with (const std::wstring &item, const std::wstring &string, const tunit::line_info &line_info) |
Valids that string does noy start witdh item. More... | |
static void | does_not_start_with (const std::wstring &item, const std::wstring &string, const std::string &message) |
Valids that string does noy start witdh item. More... | |
static void | does_not_start_with (const std::wstring &item, const std::wstring &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string does noy start witdh item. More... | |
static void | ends_with (const std::string &item, const std::string &string) |
Valids that string ends witdh item. More... | |
static void | ends_with (const std::string &item, const std::string &string, const tunit::line_info &line_info) |
Valids that string starts with item. More... | |
static void | ends_with (const std::string &item, const std::string &string, const std::string &message) |
Valids that string starts with item. More... | |
static void | ends_with (const std::string &item, const std::string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string starts with item. More... | |
static void | ends_with (const std::u16string &item, const std::u16string &string) |
Valids that string starts with item. More... | |
static void | ends_with (const std::u16string &item, const std::u16string &string, const tunit::line_info &line_info) |
Valids that srinbg start with item. More... | |
static void | ends_with (const std::u16string &item, const std::u16string &string, const std::string &message) |
Valids that string ends witdh item. More... | |
static void | ends_with (const std::u16string &item, const std::u16string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string ends witdh item. More... | |
static void | ends_with (const std::u32string &item, const std::u32string &string) |
Valids that string ends witdh item. More... | |
static void | ends_with (const std::u32string &item, const std::u32string &string, const tunit::line_info &line_info) |
Valids that string ends witdh item. More... | |
static void | ends_with (const std::u32string &item, const std::u32string &string, const std::string &message) |
Valids that string ends witdh item. More... | |
static void | ends_with (const std::u32string &item, const std::u32string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string ends witdh item. More... | |
static void | ends_with (const std::wstring &item, const std::wstring &string) |
Valids that string ends witdh item. More... | |
static void | ends_with (const std::wstring &item, const std::wstring &string, const tunit::line_info &line_info) |
Valids that string ends witdh item. More... | |
static void | ends_with (const std::wstring &item, const std::wstring &string, const std::string &message) |
Valids that string ends witdh item. More... | |
static void | ends_with (const std::wstring &item, const std::wstring &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string ends witdh item. More... | |
static void | matches (const std::string ®ex_pattern, const std::string &actual) |
Valids that matches regex patern. More... | |
static void | matches (const std::string ®ex_pattern, const std::string &actual, const tunit::line_info &line_info) |
Valids that matches regex patern. More... | |
static void | matches (const std::string ®ex_pattern, const std::string &actual, const std::string &message) |
Valids that matches regex patern. More... | |
static void | matches (const std::string ®ex_pattern, const std::string &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that matches regex patern. More... | |
static void | matches (const std::wstring ®ex_pattern, const std::wstring &actual) |
Valids that matches regex patern. /. More... | |
static void | matches (const std::wstring ®ex_pattern, const std::wstring &actual, const tunit::line_info &line_info) |
Valids that matches regex patern. More... | |
static void | matches (const std::wstring ®ex_pattern, const std::wstring &actual, const std::string &message) |
Valids that matches regex patern. More... | |
static void | matches (const std::wstring ®ex_pattern, const std::wstring &actual, const std::string &message, const tunit::line_info &line_info) |
Valids that matches regex patern. More... | |
static void | starts_with (const std::string &item, const std::string &string) |
Valids that string starts witdh item. More... | |
static void | starts_with (const std::string &item, const std::string &string, const tunit::line_info &line_info) |
Valids that string starts with item. More... | |
static void | starts_with (const std::string &item, const std::string &string, const std::string &message) |
Valids that string starts with item. More... | |
static void | starts_with (const std::string &item, const std::string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string starts with item. More... | |
static void | starts_with (const std::u16string &item, const std::u16string &string) |
Valids that string starts with item. More... | |
static void | starts_with (const std::u16string &item, const std::u16string &string, const tunit::line_info &line_info) |
Valids that srinbg start with item. More... | |
static void | starts_with (const std::u16string &item, const std::u16string &string, const std::string &message) |
Valids that string starts witdh item. More... | |
static void | starts_with (const std::u16string &item, const std::u16string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string starts witdh item. More... | |
static void | starts_with (const std::u32string &item, const std::u32string &string) |
Valids that string starts witdh item. More... | |
static void | starts_with (const std::u32string &item, const std::u32string &string, const tunit::line_info &line_info) |
Valids that string starts witdh item. More... | |
static void | starts_with (const std::u32string &item, const std::u32string &string, const std::string &message) |
Valids that string starts witdh item. More... | |
static void | starts_with (const std::u32string &item, const std::u32string &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string starts witdh item. More... | |
static void | starts_with (const std::wstring &item, const std::wstring &string) |
Valids that string starts witdh item. More... | |
static void | starts_with (const std::wstring &item, const std::wstring &string, const tunit::line_info &line_info) |
Valids that string starts witdh item. More... | |
static void | starts_with (const std::wstring &item, const std::wstring &string, const std::string &message) |
Valids that string starts witdh item. More... | |
static void | starts_with (const std::wstring &item, const std::wstring &string, const std::string &message, const tunit::line_info &line_info) |
Valids that string starts witdh item. More... | |
Static Private Member Functions | |
static void | abort () |
Abort current test. More... | |
static void | abort (const tunit::line_info &line_info) |
Abort current test. More... | |
static void | abort (const std::string &message) |
Abort current test. More... | |
static void | abort (const std::string &message, const tunit::line_info &line_info) |
Abort current test. More... | |
static void | error () |
static void | error (const std::string &actual, const std::string &expected, const std::string &message, const tunit::line_info &line_info) |
static void | fail () |
Throws an tunit::assertion_error exception. More... | |
static void | fail (const tunit::line_info &line_info) |
Throws an tunit::assertion_error exception. More... | |
static void | fail (const std::string &message) |
Throws an tunit::assertion_error exception. More... | |
static void | fail (const std::string &message, const tunit::line_info &line_info) |
Throws an tunit::assertion_error exception. More... | |
static void | fail (const std::string &actual, const std::string &expected, const std::string &message, const tunit::line_info &line_info) |
static void | ignore () |
Ignore current test. More... | |
static void | ignore (const tunit::line_info &line_info) |
Ignore current test. More... | |
static void | ignore (const std::string &message) |
Ignore current test. More... | |
static void | ignore (const std::string &message, const tunit::line_info &line_info) |
Ignore current test. More... | |
template<typename TCollection > | |
static std::string | join_items (const TCollection &collection) |
static std::string | join_items (const std::string &str) |
static void | succeed () |
Generates a success with a generic message. More... | |
static void | succeed (const tunit::line_info &line_info) |
Generates a success with a generic message. More... | |
static void | succeed (const std::string &message) |
Generates a success with a generic message. More... | |
static void | succeed (const std::string &message, const tunit::line_info &line_info) |
Generates a success with a generic message. More... | |
template<typename TValue > | |
static std::string | to_string (const TValue &value) |
template<typename TValue > | |
static std::string | to_string (const TValue *value) |
The string_assume class contains a collection of static methods that implement the most string assertions used in tUnit.
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal.
expected | the expected value. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string contains an item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does not end witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that srinbg start with item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does not end witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does not end witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does not end witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does not end witdh item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does not end witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does not end witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does not end witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does not end witdh item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does not end witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does not end witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that does not match regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that does not match regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that does not match regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that does not match regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that does not match regex patern. /.
/
regex_pattern | the regex patern. / |
actual | the actual value. / |
tunit::abort_error | If bad assertion. / |
/Valids that does not match regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
line_info | Contains information about current file and current line. / |
tunit::abort_error | If bad assertion. / |
/Valids that does not match regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. / |
tunit::abort_error | If bad assertion. / |
/Valids that does not match regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. / |
line_info | Contains information about current file and current line. / |
tunit::abort_error | If bad assertion. / |
/Valids that does not match regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
tunit::abort_error | If bad assertion. / |
/Valids that does not match regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
line_info | Contains information about current file and current line. / |
tunit::abort_error | If bad assertion. / |
/Valids that does not match regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. / |
tunit::abort_error | If bad assertion. / |
/Valids that does not match regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. / |
line_info | Contains information about current file and current line. / |
tunit::abort_error | If bad assertion. / |
regex_pattern | the regex patern. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that does not match regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that does not match regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that does not match regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does noy start witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that srinbg start with item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does noy start witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does noy start witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does noy start witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does noy start witdh item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does noy start witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does noy start witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does noy start witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does noy start witdh item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does noy start witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string does noy start witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string ends witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that srinbg start with item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string ends witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string ends witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string ends witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string ends witdh item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string ends witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string ends witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string ends witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string ends witdh item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string ends witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string ends witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that matches regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that matches regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that matches regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that matches regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that matches regex patern. /.
/
regex_pattern | the regex patern. / |
actual | the actual value. / |
tunit::abort_error | If bad assertion. / |
/Valids that matches regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
line_info | Contains information about current file and current line. / |
tunit::abort_error | If bad assertion. / |
/Valids that matches regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. / |
tunit::abort_error | If bad assertion. / |
/Valids that matches regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. / |
line_info | Contains information about current file and current line. / |
tunit::abort_error | If bad assertion. / |
/Valids that matches regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
tunit::abort_error | If bad assertion. / |
/Valids that matches regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
line_info | Contains information about current file and current line. / |
tunit::abort_error | If bad assertion. / |
/Valids that matches regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. / |
tunit::abort_error | If bad assertion. / |
/Valids that matches regex patern. /
regex_pattern | the regex patern. / |
actual | the actual value. / |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. / |
line_info | Contains information about current file and current line. / |
tunit::abort_error | If bad assertion. / |
regex_pattern | the regex patern. |
actual | the actual value. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that matches regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that matches regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that matches regex patern.
regex_pattern | the regex patern. |
actual | the actual value. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts with item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that srinbg start with item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts witdh item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts witdh item.
item | object to verify. |
collection | that contains object. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts witdh item.
item | object to verify. |
collection | that contains object. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
tunit::abort_error | If bad assertion. |
|
inlinestatic |
Valids that string starts witdh item.
item | object to verify. |
collection | that contains object. |
message | A user message to display if the assertion fails. This message can be seen in the unit test results. |
line_info | Contains information about current file and current line. |
tunit::abort_error | If bad assertion. |