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 Constructor Description TestDataListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterTestClass(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)
-
-
-
Method Detail
-
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
-
-