Package cz.encircled.joiner
Class TestDataListener
java.lang.Object
cz.encircled.joiner.TestDataListener
- All Implemented Interfaces:
org.springframework.test.context.TestExecutionListener
public class TestDataListener
extends Object
implements org.springframework.test.context.TestExecutionListener
- Author:
- Kisel on 26.01.2016.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterTestClass(org.springframework.test.context.TestContext testContext) voidafterTestMethod(org.springframework.test.context.TestContext testContext) voidbeforeTestClass(org.springframework.test.context.TestContext testContext) voidbeforeTestMethod(org.springframework.test.context.TestContext testContext) voidprepareTestInstance(org.springframework.test.context.TestContext testContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.test.context.TestExecutionListener
afterTestExecution, beforeTestExecution
-
Constructor Details
-
TestDataListener
public TestDataListener()
-
-
Method Details
-
beforeTestClass
public void beforeTestClass(org.springframework.test.context.TestContext testContext) throws Exception - Specified by:
beforeTestClassin interfaceorg.springframework.test.context.TestExecutionListener- Throws:
Exception
-
prepareTestInstance
public void prepareTestInstance(org.springframework.test.context.TestContext testContext) throws Exception - Specified by:
prepareTestInstancein interfaceorg.springframework.test.context.TestExecutionListener- Throws:
Exception
-
beforeTestMethod
public void beforeTestMethod(org.springframework.test.context.TestContext testContext) throws Exception - Specified by:
beforeTestMethodin interfaceorg.springframework.test.context.TestExecutionListener- Throws:
Exception
-
afterTestMethod
public void afterTestMethod(org.springframework.test.context.TestContext testContext) throws Exception - Specified by:
afterTestMethodin interfaceorg.springframework.test.context.TestExecutionListener- Throws:
Exception
-
afterTestClass
public void afterTestClass(org.springframework.test.context.TestContext testContext) throws Exception - Specified by:
afterTestClassin interfaceorg.springframework.test.context.TestExecutionListener- Throws:
Exception
-