Class SpringContextGrabbingTestExecutionListener
java.lang.Object
org.springframework.test.context.support.AbstractTestExecutionListener
ca.uhn.fhir.test.utilities.server.SpringContextGrabbingTestExecutionListener
- All Implemented Interfaces:
org.springframework.core.Ordered,org.springframework.test.context.TestExecutionListener
public class SpringContextGrabbingTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterTestClass(org.springframework.test.context.TestContext theTestContext) voidbeforeTestClass(org.springframework.test.context.TestContext theTestContext) static org.springframework.context.ApplicationContextMethods inherited from class org.springframework.test.context.support.AbstractTestExecutionListener
afterTestExecution, afterTestMethod, beforeTestExecution, beforeTestMethod, getOrder, prepareTestInstance
-
Constructor Details
-
SpringContextGrabbingTestExecutionListener
-
-
Method Details
-
beforeTestClass
- Specified by:
beforeTestClassin interfaceorg.springframework.test.context.TestExecutionListener- Overrides:
beforeTestClassin classorg.springframework.test.context.support.AbstractTestExecutionListener
-
afterTestClass
- Specified by:
afterTestClassin interfaceorg.springframework.test.context.TestExecutionListener- Overrides:
afterTestClassin classorg.springframework.test.context.support.AbstractTestExecutionListener
-
getApplicationContext
-