Package org.mockserver.springtest
Class MockServerTestCustomizerFactory
- java.lang.Object
-
- org.mockserver.springtest.MockServerTestCustomizerFactory
-
- All Implemented Interfaces:
org.springframework.test.context.ContextCustomizerFactory
public class MockServerTestCustomizerFactory extends Object implements org.springframework.test.context.ContextCustomizerFactory
-
-
Constructor Summary
Constructors Constructor Description MockServerTestCustomizerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.test.context.ContextCustomizercreateContextCustomizer(Class<?> testClass, List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes)
-
-
-
Method Detail
-
createContextCustomizer
public org.springframework.test.context.ContextCustomizer createContextCustomizer(Class<?> testClass, List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes)
- Specified by:
createContextCustomizerin interfaceorg.springframework.test.context.ContextCustomizerFactory
-
-