API Docs for: 0.1.0

Class gabarito.TestResult

Class defined in: yuidoc-extras/TestResult.js:1

Dummy class that describes the test results data structure

gabarito.TestResult( )
yuidoc-extras/TestResult.js:1

Index

Properties

end <Number>
yuidoc-extras/TestResult.js:24

The timestamp that the test has ended

results <Object>
yuidoc-extras/TestResult.js:32

Dictionary in which the key are the related clause and the value is a gabarito.ClauseResult

start <Number>
yuidoc-extras/TestResult.js:16

The timestamp that the test has started

test <String>
yuidoc-extras/TestResult.js:8

The test name