Package com.mickaelb.integration.spring
Class HibernateSQLCountTestListener
- java.lang.Object
-
- com.mickaelb.integration.spring.HibernateSQLCountTestListener
-
- All Implemented Interfaces:
AssertTestListener
public class HibernateSQLCountTestListener extends Object implements AssertTestListener
-
-
Constructor Summary
Constructors Constructor Description HibernateSQLCountTestListener()
-
Method Summary
All Methods Instance Methods Concrete 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
public void beforeTestClass(org.springframework.test.context.TestContext testContext)
- Specified by:
beforeTestClassin interfaceAssertTestListener
-
beforeTestMethod
public void beforeTestMethod(org.springframework.test.context.TestContext testContext)
- Specified by:
beforeTestMethodin interfaceAssertTestListener
-
afterTestMethod
public void afterTestMethod(org.springframework.test.context.TestContext testContext)
- Specified by:
afterTestMethodin interfaceAssertTestListener
-
-