Package com.mickaelb.integration.spring
Interface AssertTestListener
-
- All Known Implementing Classes:
HibernateL2CCountTestListener,HibernateSQLCountTestListener
public interface AssertTestListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterTestMethod(org.springframework.test.context.TestContext testContext)voidbeforeTestClass(org.springframework.test.context.TestContext testContext)voidbeforeTestMethod(org.springframework.test.context.TestContext testContext)
-
-
-
Method Detail
-
beforeTestClass
void beforeTestClass(org.springframework.test.context.TestContext testContext)
-
beforeTestMethod
void beforeTestMethod(org.springframework.test.context.TestContext testContext)
-
afterTestMethod
void afterTestMethod(org.springframework.test.context.TestContext testContext)
-
-