Class ModuleContextCustomizerFactory.ModuleContextCustomizer
java.lang.Object
org.springframework.modulith.test.ModuleContextCustomizerFactory.ModuleContextCustomizer
- All Implemented Interfaces:
ContextCustomizer
- Enclosing class:
- ModuleContextCustomizerFactory
static class ModuleContextCustomizerFactory.ModuleContextCustomizer
extends Object
implements ContextCustomizer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomizeContext(ConfigurableApplicationContext context, MergedContextConfiguration mergedConfig) boolean(package private) ModuleTestExecutionReturns the underlying initializedModuleTestExecution.inthashCode()
-
Constructor Details
-
ModuleContextCustomizer
ModuleContextCustomizer(Class<?> testClass)
-
-
Method Details
-
customizeContext
public void customizeContext(ConfigurableApplicationContext context, MergedContextConfiguration mergedConfig) - Specified by:
customizeContextin interfaceContextCustomizer
-
getExecution
ModuleTestExecution getExecution()Returns the underlying initializedModuleTestExecution.- Returns:
- will never be null.
-
equals
-
hashCode
public int hashCode()
-