Class ShellTestContextBootstrapper

java.lang.Object
org.springframework.test.context.support.AbstractTestContextBootstrapper
org.springframework.test.context.support.DefaultTestContextBootstrapper
org.springframework.boot.test.context.SpringBootTestContextBootstrapper
org.springframework.shell.test.autoconfigure.ShellTestContextBootstrapper
All Implemented Interfaces:
org.springframework.test.context.TestContextBootstrapper

public class ShellTestContextBootstrapper extends org.springframework.boot.test.context.SpringBootTestContextBootstrapper
TestContextBootstrapper for @ShellTest support.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String[]
    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, verifyConfiguration

    Methods inherited from class org.springframework.test.context.support.AbstractTestContextBootstrapper

    buildMergedContextConfiguration, getBootstrapContext, getCacheAwareContextLoaderDelegate, getContextCustomizerFactories, getDefaultTestExecutionListeners, getTestExecutionListeners, resolveExplicitContextLoaderClass, setBootstrapContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ShellTestContextBootstrapper

      public ShellTestContextBootstrapper()
  • Method Details

    • getProperties

      protected String[] getProperties(Class<?> testClass)
      Overrides:
      getProperties in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper