public abstract class SpringBootApplicationIntegrationTestsSupport extends SpringApplicationContextIntegrationTestsSupport
SpringBootApplicationIntegrationTestsSupport class is an extension of Spring Test
for Apache Geode/Pivotal GemFire's SpringApplicationContextIntegrationTestsSupport class
used to construct a new Spring ConfigurableApplicationContext using Spring Boot's
SpringApplicationBuilder class.SpringApplication,
SpringApplicationBuilder,
ConfigurableApplicationContext,
SpringApplicationContextIntegrationTestsSupportIntegrationTestsSupport.Condition| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String[] |
EMPTY_STRING_ARRAY |
DEBUG_GEMFIRE_QUERIES, DEFAULT_DEBUG_GEMFIRE_QUERIES, DEFAULT_WAIT_DURATION, DEFAULT_WAIT_INTERVAL, DIRECTORY_DELETE_ON_EXIT_PROPERTY, GEMFIRE_LOG_FILE, GEMFIRE_LOG_FILE_PROPERTY, GEMFIRE_LOG_LEVEL, GEMFIRE_LOG_LEVEL_PROPERTY, GEMFIRE_QUERY_VERBOSE_PROPERTY, SYSTEM_PROPERTIES_LOG_FILE, TEST_GEMFIRE_LOG_LEVEL| Constructor and Description |
|---|
SpringBootApplicationIntegrationTestsSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
getArguments() |
protected org.springframework.boot.WebApplicationType |
getWebApplicationType() |
protected org.springframework.context.ConfigurableApplicationContext |
newApplicationContext(java.lang.Class<?>... annotatedClasses) |
protected org.springframework.boot.builder.SpringApplicationBuilder |
newSpringApplicationBuilder(java.lang.Class<?>... annotatedClasses) |
protected org.springframework.boot.builder.SpringApplicationBuilder |
processBeforeBuild(org.springframework.boot.builder.SpringApplicationBuilder springApplicationBuilder) |
protected org.springframework.boot.SpringApplication |
processBeforeRun(org.springframework.boot.SpringApplication springApplication) |
closeApplicationContext, getApplicationContext, getBean, getBean, processBeforeRefresh, setApplicationContextasApplicationName, asDirectoryName, clearAllBeanFactoryLocators, clearAllJavaGemFireGeodeAndSpringDotPrefixedSystemProperties, closeAnyGemFireCacheInstanceBeforeTestExecution, closeAnySocketConfigurationBeforeTestExecution, closeAnySslConfigurationBeforeTestExecution, closeGemFireCacheWaitOnCloseEvent, closeGemFireCacheWaitOnCloseEvent, configureQueryDebugging, createDirectory, createDirectory, destroyAllGemFireMockObjects, getClassNameAsPath, getClassNameAsPath, getContextXmlFileLocation, getPackageNameAsPath, getPackageNameAsPath, getServerContextXmlFileLocation, isDeleteDirectoryOnExit, isQueryDebuggingEnabled, logFile, logFile, logLevel, logLevel, logSystemProperties, stopAnyGemFireLocatorBeforeTestExecution, stopGemFireLocatorWaitOnStopEvent, stopGemFireLocatorWaitOnStopEvent, unregisterAllDataSerializers, usingDeleteDirectoryOnExit, waitOn, waitOn, waitOn, withQueryDebuggingpublic SpringBootApplicationIntegrationTestsSupport()
protected java.lang.String[] getArguments()
protected org.springframework.boot.WebApplicationType getWebApplicationType()
protected org.springframework.context.ConfigurableApplicationContext newApplicationContext(java.lang.Class<?>... annotatedClasses)
newApplicationContext in class SpringApplicationContextIntegrationTestsSupportprotected org.springframework.boot.builder.SpringApplicationBuilder newSpringApplicationBuilder(java.lang.Class<?>... annotatedClasses)
protected org.springframework.boot.builder.SpringApplicationBuilder processBeforeBuild(org.springframework.boot.builder.SpringApplicationBuilder springApplicationBuilder)
protected org.springframework.boot.SpringApplication processBeforeRun(org.springframework.boot.SpringApplication springApplication)