![]() |
tunit - Reference Guide
1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
|
The string_assert class contains a collection of static methods that implement the most string assertions used in tUnit. More...
#include <string_assert.h>


Static Public Member Functions | |
| static void | are_equal_ignoring_case (const std::string &expected, const std::string &actual) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that two type are equal ignoring case. More... | |
| static void | are_equal_ignoring_case (const std::u16string &expected, const std::u16string &actual) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that two type are equal ignoring case. More... | |
| static void | are_equal_ignoring_case (const std::u32string &expected, const std::u32string &actual) |
| Asserts 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) |
| Asserts that two type are equal. More... | |
| static void | are_equal_ignoring_case (const std::u32string &expected, const std::u32string &actual, const std::string &message) |
| Asserts 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) |
| Asserts that two type are equal. More... | |
| static void | are_equal_ignoring_case (const std::wstring &expected, const std::wstring &actual) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that two type are equal ignoring case. More... | |
| static void | are_not_equal_ignoring_case (const std::string &expected, const std::string &actual) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that two type are not equal ignoring case. More... | |
| static void | are_not_equal_ignoring_case (const std::u16string &expected, const std::u16string &actual) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that two type are not equal ignoring case. More... | |
| static void | are_not_equal_ignoring_case (const std::u32string &expected, const std::u32string &actual) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that two type are not equal ignoring case. More... | |
| static void | are_not_equal_ignoring_case (const std::wstring &expected, const std::wstring &actual) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that two type are not equal ignoring case. More... | |
| static void | contains (const std::string &item, const std::string &string) |
| Asserts that string contains an item. More... | |
| static void | contains (const std::string &item, const std::string &string, const tunit::line_info &line_info) |
| Asserts that string contains an item. More... | |
| static void | contains (const std::string &item, const std::string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | contains (const std::u16string &item, const std::u16string &string) |
| Asserts that string contains an item. More... | |
| static void | contains (const std::u16string &item, const std::u16string &string, const tunit::line_info &line_info) |
| Asserts that string contains an item. More... | |
| static void | contains (const std::u16string &item, const std::u16string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | contains (const std::u32string &item, const std::u32string &string) |
| Asserts that string contains an item. More... | |
| static void | contains (const std::u32string &item, const std::u32string &string, const tunit::line_info &line_info) |
| Asserts that string contains an item. More... | |
| static void | contains (const std::u32string &item, const std::u32string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | contains (const std::wstring &item, const std::wstring &string) |
| Asserts that string contains an item. More... | |
| static void | contains (const std::wstring &item, const std::wstring &string, const tunit::line_info &line_info) |
| Asserts that string contains an item. More... | |
| static void | contains (const std::wstring &item, const std::wstring &string, const std::string &message) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | does_not_contain (const std::string &item, const std::string &string) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | does_not_contain (const std::string &item, const std::string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | does_not_contain (const std::u16string &item, const std::u16string &string) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | does_not_contain (const std::u16string &item, const std::u16string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | does_not_contain (const std::u32string &item, const std::u32string &string) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | does_not_contain (const std::u32string &item, const std::u32string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | does_not_contain (const std::wstring &item, const std::wstring &string) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | does_not_contain (const std::wstring &item, const std::wstring &string, const std::string &message) |
| Asserts 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) |
| Asserts that string contains an item. More... | |
| static void | does_not_end_with (const std::string &item, const std::string &string) |
| Asserts 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) |
| Asserts that string starts with item. More... | |
| static void | does_not_end_with (const std::string &item, const std::string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string starts with item. More... | |
| static void | does_not_end_with (const std::u16string &item, const std::u16string &string) |
| Asserts 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) |
| Asserts that srinbg start with item. More... | |
| static void | does_not_end_with (const std::u16string &item, const std::u16string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string does not end witdh item. More... | |
| static void | does_not_end_with (const std::u32string &item, const std::u32string &string) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that string does not end witdh item. More... | |
| static void | does_not_end_with (const std::wstring &item, const std::wstring &string) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that string does not end witdh item. More... | |
| static void | does_not_match (const std::string ®ex_pattern, const std::string &actual) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that does not match regex patern. More... | |
| static void | does_not_match (const std::wstring ®ex_pattern, const std::wstring &actual) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that does not match regex patern. More... | |
| static void | does_not_start_with (const std::string &item, const std::string &string) |
| Asserts 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) |
| Asserts that string starts with item. More... | |
| static void | does_not_start_with (const std::string &item, const std::string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string starts with item. More... | |
| static void | does_not_start_with (const std::u16string &item, const std::u16string &string) |
| Asserts 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) |
| Asserts that srinbg start with item. More... | |
| static void | does_not_start_with (const std::u16string &item, const std::u16string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string does noy start witdh item. More... | |
| static void | does_not_start_with (const std::u32string &item, const std::u32string &string) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that string does noy start witdh item. More... | |
| static void | does_not_start_with (const std::wstring &item, const std::wstring &string) |
| Asserts 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) |
| Asserts 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) |
| Asserts 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) |
| Asserts that string does noy start witdh item. More... | |
| static void | ends_with (const std::string &item, const std::string &string) |
| Asserts that string ends witdh item. More... | |
| static void | ends_with (const std::string &item, const std::string &string, const tunit::line_info &line_info) |
| Asserts that string starts with item. More... | |
| static void | ends_with (const std::string &item, const std::string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string starts with item. More... | |
| static void | ends_with (const std::u16string &item, const std::u16string &string) |
| Asserts that string starts with item. More... | |
| static void | ends_with (const std::u16string &item, const std::u16string &string, const tunit::line_info &line_info) |
| Asserts that srinbg start with item. More... | |
| static void | ends_with (const std::u16string &item, const std::u16string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string ends witdh item. More... | |
| static void | ends_with (const std::u32string &item, const std::u32string &string) |
| Asserts that string ends witdh item. More... | |
| static void | ends_with (const std::u32string &item, const std::u32string &string, const tunit::line_info &line_info) |
| Asserts that string ends witdh item. More... | |
| static void | ends_with (const std::u32string &item, const std::u32string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string ends witdh item. More... | |
| static void | ends_with (const std::wstring &item, const std::wstring &string) |
| Asserts that string ends witdh item. More... | |
| static void | ends_with (const std::wstring &item, const std::wstring &string, const tunit::line_info &line_info) |
| Asserts that string ends witdh item. More... | |
| static void | ends_with (const std::wstring &item, const std::wstring &string, const std::string &message) |
| Asserts 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) |
| Asserts that string ends witdh item. More... | |
| static void | matches (const std::string ®ex_pattern, const std::string &actual) |
| Asserts that matches regex patern. More... | |
| static void | matches (const std::string ®ex_pattern, const std::string &actual, const tunit::line_info &line_info) |
| Asserts that matches regex patern. More... | |
| static void | matches (const std::string ®ex_pattern, const std::string &actual, const std::string &message) |
| Asserts 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) |
| Asserts that matches regex patern. More... | |
| static void | matches (const std::wstring ®ex_pattern, const std::wstring &actual) |
| Asserts that matches regex patern. /. More... | |
| static void | matches (const std::wstring ®ex_pattern, const std::wstring &actual, const tunit::line_info &line_info) |
| Asserts that matches regex patern. More... | |
| static void | matches (const std::wstring ®ex_pattern, const std::wstring &actual, const std::string &message) |
| Asserts 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) |
| Asserts that matches regex patern. More... | |
| static void | starts_with (const std::string &item, const std::string &string) |
| Asserts that string starts witdh item. More... | |
| static void | starts_with (const std::string &item, const std::string &string, const tunit::line_info &line_info) |
| Asserts that string starts with item. More... | |
| static void | starts_with (const std::string &item, const std::string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string starts with item. More... | |
| static void | starts_with (const std::u16string &item, const std::u16string &string) |
| Asserts that string starts with item. More... | |
| static void | starts_with (const std::u16string &item, const std::u16string &string, const tunit::line_info &line_info) |
| Asserts that srinbg start with item. More... | |
| static void | starts_with (const std::u16string &item, const std::u16string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string starts witdh item. More... | |
| static void | starts_with (const std::u32string &item, const std::u32string &string) |
| Asserts that string starts witdh item. More... | |
| static void | starts_with (const std::u32string &item, const std::u32string &string, const tunit::line_info &line_info) |
| Asserts that string starts witdh item. More... | |
| static void | starts_with (const std::u32string &item, const std::u32string &string, const std::string &message) |
| Asserts 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) |
| Asserts that string starts witdh item. More... | |
| static void | starts_with (const std::wstring &item, const std::wstring &string) |
| Asserts that string starts witdh item. More... | |
| static void | starts_with (const std::wstring &item, const std::wstring &string, const tunit::line_info &line_info) |
| Asserts that string starts witdh item. More... | |
| static void | starts_with (const std::wstring &item, const std::wstring &string, const std::string &message) |
| Asserts 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) |
| Asserts 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_assert class contains a collection of static methods that implement the most string assertions used in tUnit.
|
inlinestatic |
Asserts that two type are equal ignoring case.
| expected | the expected value. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that two type are equal ignoring case.
| expected | the expected value. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that two type are equal ignoring case.
| expected | the expected value. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that two type are equal.
| expected | the expected value. |
| actual | the actual value. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that two type are equal ignoring case.
| expected | the expected value. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that two type are not equal ignoring case.
| expected | the expected value. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that two type are not equal ignoring case.
| expected | the expected value. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that two type are not equal ignoring case.
| expected | the expected value. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that two type are not equal ignoring case.
| expected | the expected value. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string contains an item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string does not end witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts with item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts with item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that srinbg start with item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string does not end witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string does not end witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that does not match regex patern.
| regex_pattern | the regex patern. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that does not match regex patern. /.
/
| regex_pattern | the regex patern. / |
| actual | the actual value. / |
| tunit::assertion_error | If bad assertion. / |
/Asserts 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::assertion_error | If bad assertion. / |
/Asserts 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::assertion_error | If bad assertion. / |
/Asserts 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::assertion_error | If bad assertion. / |
/Asserts that does not match regex patern. /
| regex_pattern | the regex patern. / |
| actual | the actual value. / |
| tunit::assertion_error | If bad assertion. / |
/Asserts 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::assertion_error | If bad assertion. / |
/Asserts 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::assertion_error | If bad assertion. / |
/Asserts 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::assertion_error | If bad assertion. / |
| regex_pattern | the regex patern. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string does noy start witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts with item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts with item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that srinbg start with item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string does noy start witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string does noy start witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string ends witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts with item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts with item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that srinbg start with item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string ends witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string ends witdh item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string ends witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string ends witdh item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that matches regex patern.
| regex_pattern | the regex patern. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that matches regex patern.
| regex_pattern | the regex patern. |
| actual | the actual value. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that matches regex patern. /.
/
| regex_pattern | the regex patern. / |
| actual | the actual value. / |
| tunit::assertion_error | If bad assertion. / |
/Asserts that matches regex patern. /
| regex_pattern | the regex patern. / |
| actual | the actual value. / |
| line_info | Contains information about current file and current line. / |
| tunit::assertion_error | If bad assertion. / |
/Asserts 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::assertion_error | If bad assertion. / |
/Asserts 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::assertion_error | If bad assertion. / |
/Asserts that matches regex patern. /
| regex_pattern | the regex patern. / |
| actual | the actual value. / |
| tunit::assertion_error | If bad assertion. / |
/Asserts that matches regex patern. /
| regex_pattern | the regex patern. / |
| actual | the actual value. / |
| line_info | Contains information about current file and current line. / |
| tunit::assertion_error | If bad assertion. / |
/Asserts 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::assertion_error | If bad assertion. / |
/Asserts 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::assertion_error | If bad assertion. / |
| regex_pattern | the regex patern. |
| actual | the actual value. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that matches regex patern.
| regex_pattern | the regex patern. |
| actual | the actual value. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts with item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts with item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that srinbg start with item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts witdh item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts witdh item.
| item | object to verify. |
| collection | that contains object. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts that string starts witdh item.
| item | object to verify. |
| collection | that contains object. |
| line_info | Contains information about current file and current line. |
| tunit::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |
|
inlinestatic |
Asserts 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::assertion_error | If bad assertion. |