String asserts examples
January 14, 2024 ยท View on GitHub
- string_assert shows how to use xtd::tunit::string_assert class.
- string_assert_are_equal_ignoring_case shows how to use xtd::tunit::string_assert::are_equal_ignoring_case method.
- string_assert_are_not_equal_ignoring_case shows how to use xtd::tunit::string_assert::are_not_equal_ignoring_case method.
- string_assert_contains shows how to use xtd::tunit::string_assert::contains method.
- string_assert_does_not_contain shows how to use xtd::tunit::string_assert::does_not_contain method.
- string_assert_does_not_end_with shows how to use xtd::tunit::string_assert::does_not_end_with method.
- string_assert_does_not_match shows how to use xtd::tunit::string_assert::does_not_match method.
- string_assert_does_not_start_with shows how to use xtd::tunit::string_assert::does_not_start_with method.
- string_assert_ends_with shows how to use xtd::tunit::string_assert::ends_with method.
- string_assert_matches shows how to use xtd::tunit::string_assert::matches method.
- string_assert_starts_with shows how to use xtd::tunit::string_assert::starts_with method.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name