Test classes examples
January 14, 2024 ยท View on GitHub
- generic_test_class shows how to use generic xtd::tunit::test_class class.
- test_class shows how to use xtd::tunit::test_class class.
- test_class_without_helpers shows how to use xtd::tunit::test_class class without helpers.
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