|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.unitils.UnitilsJUnit4
org.unitils.UnitilsJUnit4TestBase
public abstract class UnitilsJUnit4TestBase
Base class for the JUnit4 test listener tests.
| Constructor Summary | |
|---|---|
UnitilsJUnit4TestBase()
|
|
| Method Summary | |
|---|---|
protected static void |
registerTestInvocation(TracingTestListener.TestInvocation invocation,
java.lang.Class<?> testClass,
java.lang.String testMethodName)
Records an invocation. |
static void |
setTracingTestListener(TracingTestListener testListener)
Sets the tracing test listener that will record all invocations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnitilsJUnit4TestBase()
| Method Detail |
|---|
public static void setTracingTestListener(TracingTestListener testListener)
testListener - the listener
protected static void registerTestInvocation(TracingTestListener.TestInvocation invocation,
java.lang.Class<?> testClass,
java.lang.String testMethodName)
invocation - The invocation type, not nulltestClass - The test class, not nulltestMethodName - The called method, null if not applicable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||