junit.extensions.jfunc
Interface AssertListener
- All Superinterfaces:
- junit.framework.TestListener
- All Known Implementing Classes:
- JFuncResult
- public interface AssertListener
- extends junit.framework.TestListener
Extends the TestListener to provide more information regarding assertions.
Method Summary |
void |
addAssert(junit.framework.Test test,
java.lang.String msg,
boolean condition)
An assert happened. |
Methods inherited from interface junit.framework.TestListener |
addError, addFailure, endTest, startTest |
addAssert
public void addAssert(junit.framework.Test test,
java.lang.String msg,
boolean condition)
- An assert happened.