|
JsUnit | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--JsUnitFailure
A JsUnitFailure represents an assertion failure (or a call to fail()) during the execution of a Test Function
Defined in jsUnitCore.js
Field Summary | |
Object |
comment
An optional comment about the failure |
Object |
jsUnitMessage
The reason for the failure |
Object |
stackTrace
The stack trace at the point at which the failure was encountered |
Constructor Summary | |
JsUnitFailure(comment, message)
|
Field Detail |
Object comment
Object jsUnitMessage
Object stackTrace
Constructor Detail |
JsUnitFailure(comment, message)
comment
- an optional comment about the failure
message
- the reason for the failure
|
JsUnit | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |