public class SpringSqlUnitTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
| Constructor and Description |
|---|
SpringSqlUnitTestExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestClass(org.springframework.test.context.TestContext testContext) |
void |
afterTestMethod(org.springframework.test.context.TestContext testContext) |
void |
beforeTestClass(org.springframework.test.context.TestContext testContext) |
void |
beforeTestMethod(org.springframework.test.context.TestContext testContext) |
public void beforeTestClass(org.springframework.test.context.TestContext testContext)
throws Exception
beforeTestClass in interface org.springframework.test.context.TestExecutionListenerbeforeTestClass in class org.springframework.test.context.support.AbstractTestExecutionListenerExceptionpublic void afterTestClass(org.springframework.test.context.TestContext testContext)
throws Exception
afterTestClass in interface org.springframework.test.context.TestExecutionListenerafterTestClass in class org.springframework.test.context.support.AbstractTestExecutionListenerExceptionpublic void beforeTestMethod(org.springframework.test.context.TestContext testContext)
throws Exception
beforeTestMethod in interface org.springframework.test.context.TestExecutionListenerbeforeTestMethod in class org.springframework.test.context.support.AbstractTestExecutionListenerExceptionpublic void afterTestMethod(org.springframework.test.context.TestContext testContext)
throws Exception
afterTestMethod in interface org.springframework.test.context.TestExecutionListenerafterTestMethod in class org.springframework.test.context.support.AbstractTestExecutionListenerExceptionCopyright © 2014. All rights reserved.