|
![]() |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents the result of a single Crosscheck test case.
| Method Summary | |
java.lang.String |
getMessage()
Retrieves the message associated with this test case. |
java.lang.String |
getName()
The name of this test. |
java.lang.String[] |
getStack()
Gets the stack of the javascript interpreter starting at the line where the error or failure occured. |
boolean |
isOk()
Indicates whether or not this test case passed or failed. |
| Method Detail |
public boolean isOk()
public java.lang.String getName()
test_that_one_is_equal_to_one: function() {
assertEquals(1, 1)
}
getName() would return "test_that_one_is_equal_to_one"
public java.lang.String getMessage()
public java.lang.String[] getStack()
|
The inevitable future of AJAX. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||