Class TestSliceTestContextBootstrapper<T extends Annotation>

Type Parameters:
T - the test slice annotation
All Implemented Interfaces:
TestContextBootstrapper

public abstract class TestSliceTestContextBootstrapper<T extends Annotation> extends SpringBootTestContextBootstrapper
Base class for test slice test context bootstrappers.
Since:
4.0.0
Author:
Yanming Zhou