|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
org.unitils.spring.SpringUnitilsJUnit38TestBase
@TestExecutionListeners(value=SpringUnitilsAdaptorTestExecutionListener.class, inheritListeners=false) public abstract class SpringUnitilsJUnit38TestBase
Field Summary |
---|
Fields inherited from class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests |
---|
applicationContext, logger, profileValueSource |
Constructor Summary | |
---|---|
SpringUnitilsJUnit38TestBase()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests |
---|
getDisabledTestCount, recordDisabled, runBare, setApplicationContext |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SpringUnitilsJUnit38TestBase()
Method Detail |
---|
public static void setTracingTestListener(TracingTestListener testListener)
testListener
- the listenerprotected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
protected void registerTestInvocation(TracingTestListener.TestInvocation invocation, String testMethodName)
invocation
- the invocation type, not nulltestMethodName
- the test method, null if unknown or not applicable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |