Class TestcontainerContextCustomizerFactory
java.lang.Object
com.playtika.test.selenium.testscope.TestcontainerContextCustomizerFactory
- All Implemented Interfaces:
org.springframework.test.context.ContextCustomizerFactory
public class TestcontainerContextCustomizerFactory
extends Object
implements org.springframework.test.context.ContextCustomizerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.test.context.ContextCustomizercreateContextCustomizer(Class<?> testClass, List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes)
-
Constructor Details
-
TestcontainerContextCustomizerFactory
public TestcontainerContextCustomizerFactory()
-
-
Method Details
-
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
-