Collection asserts examples
January 14, 2024 ยท View on GitHub
- collection_assert shows how to use xtd::tunit::collection_assert class.
- collection_assert_all_items_are_instances_of shows how to use xtd::tunit::collection_assert::all_items_are_instances_of method.
- collection_assert_all_items_are_not_null shows how to use xtd::tunit::collection_assert::all_items_are_not_null method.
- collection_assert_all_items_are_unique shows how to use xtd::tunit::collection_assert::all_items_are_unique method.
- collection_assert_are_equal shows how to use xtd::tunit::collection_assert::are_equal method.
- collection_assert_are_equivalent shows how to use xtd::tunit::collection_assert::are_equivalent method.
- collection_assert_are_not_equal shows how to use xtd::tunit::collection_assert::are_not_equal method.
- collection_assert_are_not_equivalent shows how to use xtd::tunit::collection_assert::are_not_equivalent method.
- collection_assert_contains shows how to use xtd::tunit::collection_assert::contains method.
- collection_assert_does_not_contain shows how to use xtd::tunit::collection_assert::does_not_contain method.
- collection_assert_is_empty shows how to use xtd::tunit::collection_assert::is_empty method.
- collection_assert_is_not_empty shows how to use xtd::tunit::collection_assert::is_not_empty method.
- collection_assert_is_ordered shows how to use xtd::tunit::collection_assert::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