-
Notifications
You must be signed in to change notification settings - Fork 6
tests
Sebastian Loncar edited this page Feb 1, 2019
·
1 revision
Execute the script RunAllUnitTestsWithPause.bat
in the /Tests
subdirectory.
The unit tests will take a few minutes to execute on modern PC. The results of all tests will be automatically displayed on the screen. The last line shows the total number of tests and failed tests, and the total time. Similar to the following:
Total Elapsed: 95.3 secs
Unit Test Results:
Passed: 68164
Skipped: 4
Failures: 0
Total: 68168
All unit tests passed successfully!