Class TestSliceTestContextBootstrapper<T extends Annotation>
java.lang.Object
org.springframework.test.context.support.AbstractTestContextBootstrapper
org.springframework.test.context.support.DefaultTestContextBootstrapper
org.springframework.boot.test.context.SpringBootTestContextBootstrapper
org.springframework.boot.test.autoconfigure.TestSliceTestContextBootstrapper<T>
- Type Parameters:
T- the test slice annotation
- All Implemented Interfaces:
org.springframework.test.context.TestContextBootstrapper
public abstract class TestSliceTestContextBootstrapper<T extends Annotation>
extends org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Base class for test slice
test context bootstrappers.- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String @Nullable []getProperties(Class<?> testClass) Methods inherited from class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
buildTestContext, createModifiedConfig, createModifiedConfig, determineResourceBasePath, getAnnotation, getClasses, getDefaultContextLoaderClass, getDifferentiatorPropertySourceProperty, getOrFindConfigurationClasses, getWebEnvironment, processMergedContextConfiguration, processPropertySourceProperties, resolveContextLoader, verifyConfigurationMethods inherited from class org.springframework.test.context.support.AbstractTestContextBootstrapper
buildMergedContextConfiguration, getBootstrapContext, getCacheAwareContextLoaderDelegate, getContextCustomizerFactories, getDefaultTestExecutionListeners, getTestExecutionListeners, resolveExplicitContextLoaderClass, setBootstrapContext
-
Constructor Details
-
TestSliceTestContextBootstrapper
protected TestSliceTestContextBootstrapper()
-
-
Method Details
-
getProperties
-