Test Results Contents

From AgileApps Support Wiki
Revision as of 02:10, 30 July 2011 by imported>Aeric (Created page with ":* '''Tested Class''' - The class that was tested. :* '''Tests Run''' - The total number of test methods that were executed. :* '''Test Failures''' - Tests that failed, either be…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • 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.
  • Code Coverage % - The percentage of runnable code in the class that was executed during the test. Click the link to view a Code Coverage popup window that highlights the executed lines.
  • Total Time (ms) - The total amount of time that was taken to execute the tests, in milliseconds.

Notepad.png

Note: Tests that run to completion without making any assertions are not counted.