@TestExecutionListeners(value=org.unitils.spring.util.SpringUnitilsAdaptorTestExecutionListener.class, inheritListeners=false) public abstract class SpringUnitilsJUnit38TestBase extends org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
| Constructor and Description |
|---|
SpringUnitilsJUnit38TestBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
registerTestInvocation(TracingTestListener.TestInvocation invocation,
String testMethodName)
Records an invocation.
|
static void |
setTracingTestListener(TracingTestListener testListener)
Sets the tracing test listener that will record all invocations.
|
protected void |
setUp() |
protected void |
tearDown() |
public static void setTracingTestListener(TracingTestListener testListener)
testListener - the listenerprotected void registerTestInvocation(TracingTestListener.TestInvocation invocation, String testMethodName)
invocation - the invocation type, not nulltestMethodName - the test method, null if unknown or not applicableCopyright © 2017. All rights reserved.