public abstract class UnitilsJUnit4TestBase extends UnitilsJUnit4
| Constructor and Description |
|---|
UnitilsJUnit4TestBase() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
registerTestInvocation(TracingTestListener.TestInvocation invocation,
Class<?> testClass,
String testMethodName)
Records an invocation.
|
static void |
setTracingTestListener(TracingTestListener testListener)
Sets the tracing test listener that will record all invocations.
|
public static void setTracingTestListener(TracingTestListener testListener)
testListener - the listenerprotected static void registerTestInvocation(TracingTestListener.TestInvocation invocation, Class<?> testClass, String testMethodName)
invocation - The invocation type, not nulltestClass - The test class, not nulltestMethodName - The called method, null if not applicableCopyright © 2017. All rights reserved.