Sydney

Class TestFailure

Object
   |
   +--TestFailure

class TestFailure

Defined in test_failure.js


Constructor Summary
TestFailure (<Test> test, <Object> error)
            Creates an object to tie a failed test to the cause of its failure.
 
Method Summary
 Object getCause()
           Returns the cause of the test's failure.
 Test getTest()
           Returns the failed test.

Constructor Detail

TestFailure

function TestFailure(<Test> test, <Object> error)
Method Detail

getCause

Object getCause()

getTest

Test getTest()

Sydney

SourceForge.net Logo