Package org.fcrepo.integration.http.api
Class BaseTestExecutionListener
- java.lang.Object
-
- org.springframework.test.context.support.AbstractTestExecutionListener
-
- org.fcrepo.integration.http.api.BaseTestExecutionListener
-
- All Implemented Interfaces:
org.springframework.core.Ordered,org.springframework.test.context.TestExecutionListener
- Direct Known Subclasses:
TestIsolationExecutionListener
public class BaseTestExecutionListener extends org.springframework.test.context.support.AbstractTestExecutionListener
A base class for hosting methods shared by other TestExecutionListeners.- Author:
- pwinckles
-
-
Constructor Summary
Constructors Constructor Description BaseTestExecutionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcleanDb(org.springframework.test.context.TestContext testContext)protected <T> TgetBean(org.springframework.test.context.TestContext testContext, Class<T> clazz)protected <T> TgetBean(org.springframework.test.context.TestContext testContext, String name)
-
-
-
Constructor Detail
-
BaseTestExecutionListener
public BaseTestExecutionListener()
-
-