Collection valids examples
January 14, 2024 ยท View on GitHub
- collection_valid shows how to use xtd::tunit::collection_valid class.
- collection_valid_all_items_are_instances_of shows how to use xtd::tunit::collection_valid::all_items_are_instances_of method.
- collection_valid_all_items_are_not_null shows how to use xtd::tunit::collection_valid::all_items_are_not_null method.
- collection_valid_all_items_are_unique shows how to use xtd::tunit::collection_valid::all_items_are_unique method.
- collection_valid_are_equal shows how to use xtd::tunit::collection_valid::are_equal method.
- collection_valid_are_equivalent shows how to use xtd::tunit::collection_valid::are_equivalent method.
- collection_valid_are_not_equal shows how to use xtd::tunit::collection_valid::are_not_equal method.
- collection_valid_are_not_equivalent shows how to use xtd::tunit::collection_valid::are_not_equivalent method.
- collection_valid_contains shows how to use xtd::tunit::collection_valid::contains method.
- collection_valid_does_not_contain shows how to use xtd::tunit::collection_valid::does_not_contain method.
- collection_valid_is_empty shows how to use xtd::tunit::collection_valid::is_empty method.
- collection_valid_is_not_empty shows how to use xtd::tunit::collection_valid::is_not_empty method.
- collection_valid_is_ordered shows how to use xtd::tunit::collection_valid::is_ordered 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