Class TestScopeContextCustomizer
- java.lang.Object
-
- com.github.marschall.spring.test.scope.TestScopeContextCustomizer
-
- All Implemented Interfaces:
ContextCustomizer
public final class TestScopeContextCustomizer extends Object implements ContextCustomizer
Registers the test scope.This listener should be picked up, instantiated and called by the Spring TestContext Framework.
- Author:
- Philippe Marschall
-
-
Constructor Summary
Constructors Constructor Description TestScopeContextCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customizeContext(ConfigurableApplicationContext context, MergedContextConfiguration mergedConfig)
-
-
-
Method Detail
-
customizeContext
public void customizeContext(ConfigurableApplicationContext context, MergedContextConfiguration mergedConfig)
- Specified by:
customizeContext
in interfaceContextCustomizer
-
-