File asserts examples
January 14, 2024 ยท View on GitHub
- file_assert shows how to use xtd::tunit::file_assert class.
- file_assert_are_equal shows how to use xtd::tunit::file_assert::are_equal method.
- file_assert_are_not_equal shows how to use xtd::tunit::file_assert::are_not_equal method.
- file_assert_does_not_exist shows how to use xtd::tunit::file_assert::des_not_exist method.
- file_assert_exists shows how to use xtd::tunit::file_assert::exists 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