Difference between revisions of "All Test Results"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric m (Text replace - 'Designer > Logic >' to 'Designer >') |
||
Line 1: | Line 1: | ||
<noinclude>'''Designer | <noinclude>'''Designer > Classes > [Run All Tests]'''</noinclude> | ||
This page shows the results of running the tests defined in all classes. | This page shows the results of running the tests defined in all classes. |
Latest revision as of 23:38, 22 June 2012
Designer > Classes > [Run All Tests]
This page shows the results of running the tests defined in all classes.
Column Headings
- Tested Class - The class that was tested.
- Tests Run - The total number of test methods that were executed.
- Test Failures - Tests that failed, either because an assertion failed or because an exception occurred.
- Tests Succeeded - A count of the number of assertions that succeeded. If a single test method makes 2 assertions, and each succeeds, it counts as 2 successful tests.
- Total Time (ms) - The total amount of time that was taken to execute the tests, in milliseconds.