Methods in org.apache.commons.jelly.tags.junit that throw JellyAssertionFailedError |
protected void |
AssertTagSupport.fail(java.lang.String message)
Produces a failure assertion with the given message |
protected void |
AssertTagSupport.fail(java.lang.String message,
java.lang.String detail)
Produces a failure assertion with the given message and added detail. |
protected void |
AssertTagSupport.failNotEquals(java.lang.String message,
java.lang.Object expected,
java.lang.Object actual,
java.lang.String expressions)
Produces a failure if the actual value was not equal to the expected value |