goog.testing.TestCase.Result |
testCase
: goog.testing.TestCase
The test case that owns this result.
|
![]()
Whether the tests have completed.
|
Code » | |
![]()
Errors encountered while running the test.
|
Code » | |
![]()
Messages to show the user after running the test.
|
Code » | |
![]()
The number of files loaded to run this test.
|
Code » | |
![]()
Test results for each test that was run. The test name is always added
as the key in the map, and the array of strings is an optional list
of failure messages. If the array is empty, the test passed. Otherwise,
the test failed.
|
Code » | |
![]()
Total number of tests that were actually run.
|
Code » | |
![]()
The amount of time the tests took to run.
|
Code » | |
![]()
Number of successful tests.
|
Code » | |
The test case that owns this result.
|
Code » | |
![]()
Whether this test case was suppressed by shouldRunTests() returning false.
|
Code » | |
![]()
Total number of tests that should have been run.
|
Code » |