Class TestScopeContextCustomizerFactory
- java.lang.Object
-
- com.github.marschall.spring.test.scope.TestScopeContextCustomizerFactory
-
- All Implemented Interfaces:
ContextCustomizerFactory
public final class TestScopeContextCustomizerFactory extends Object implements ContextCustomizerFactory
Registers theTestScopeContextCustomizer
.This class should be picked up, instantiated and called by the Spring TestContext Framework.
- Author:
- Philippe Marschall
-
-
Constructor Summary
Constructors Constructor Description TestScopeContextCustomizerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextCustomizer
createContextCustomizer(Class<?> testClass, List<ContextConfigurationAttributes> configAttributes)
-
-
-
Method Detail
-
createContextCustomizer
public ContextCustomizer createContextCustomizer(Class<?> testClass, List<ContextConfigurationAttributes> configAttributes)
- Specified by:
createContextCustomizer
in interfaceContextCustomizerFactory
-
-