Test.Results Class
Defined in:
Module: test
yui3/src/test/js/Results.js:1
Convenience type for storing and aggregating test result information.
Methods
include
(
-
result
Includes results from another results object into this one.
Parameters:
-
result
Test.ResultsThe results object to include.
Properties
duration
Int
Amount of time (ms) it took to complete testing.
errors
Int
Number of errors that occur in non-test methods.
failed
Int
Number of failed tests.
ignored
Int
Number of ignored tests.
name
String
Name of the test, test case, or test suite.
passed
Int
Number of passed tests.
total
Int
Number of total tests.