Package com.mickaelb.integration.spring
Class HibernateL2CCountTestListener
- java.lang.Object
-
- com.mickaelb.integration.spring.HibernateL2CCountTestListener
-
- All Implemented Interfaces:
AssertTestListener
public class HibernateL2CCountTestListener extends Object implements AssertTestListener
-
-
Constructor Summary
Constructors Constructor Description HibernateL2CCountTestListener()
-
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
-
-