Valids examples
January 14, 2024 ยท View on GitHub
- valid shows how to use xtd::tunit::valid class.
- valid_are_equal shows how to use xtd::tunit::valid::are_equal method.
- valid_are_equal_with_tolerance shows how to use xtd::tunit::valid::are_equal_with_tolerance method.
- valid_are_not_equal shows how to use xtd::tunit::valid::are_not_equal method.
- valid_are_not_same shows how to use xtd::tunit::valid::are_not_same method.
- valid_are_same shows how to use xtd::tunit::valid::are_same method.
- valid_contains shows how to use xtd::tunit::valid::contains method.
- valid_does_not_throw shows how to use xtd::tunit::valid::does_not_throw method.
- valid_is_empty shows how to use xtd::tunit::valid::is_empty method.
- valid_is_false shows how to use xtd::tunit::valid::is_false method.
- valid_is_greater shows how to use xtd::tunit::valid::is_greater method.
- valid_is_greater_or_equal shows how to use xtd::tunit::valid::is_greater_or_equal method.
- valid_is_instance_of shows how to use xtd::tunit::valid::is_instance_of method.
- valid_is_less shows how to use xtd::tunit::valid::is_less method.
- valid_is_less_or_equal shows how to use xtd::tunit::valid::is_less_or_equal method.
- valid_is_NaN shows how to use xtd::tunit::valid::is_NaN method.
- valid_is_negative shows how to use xtd::tunit::valid::is_negative method.
- valid_is_not_empty shows how to use xtd::tunit::valid::is_not_empty method.
- valid_is_not_instance_of shows how to use xtd::tunit::valid::is_not_instance_of method.
- valid_is_not_null shows how to use xtd::tunit::valid::is_not_null method.
- valid_is_not_zero shows how to use xtd::tunit::valid::is_not_zero method.
- valid_is_null shows how to use xtd::tunit::valid::is_null method.
- valid_is_positive shows how to use xtd::tunit::valid::is_positive method.
- valid_is_true shows how to use xtd::tunit::valid::is_true method.
- valid_is_zero shows how to use xtd::tunit::valid::is_zero method.
- valid_throws shows how to use xtd::tunit::valid::throws method.
- valid_throws_any shows how to use xtd::tunit::valid::throws_any 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