Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 540 Bytes

tests.rst

File metadata and controls

19 lines (13 loc) · 540 Bytes

Tests

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!