程序包 org.springframework.boot.test.context
Classes and annotations related to configuring Spring's
ApplicationContext for tests.接口概要 接口 说明 DefaultTestExecutionListenersPostProcessor Callback interface trigger fromSpringBootTestContextBootstrapperthat can be used to post-process the list of defaultTestExecutionListenerclasses to be used by a test.类概要 类 说明 ConfigFileApplicationContextInitializer ApplicationContextInitializerthat can be used with theContextConfiguration.initializers()to trigger loading of application.properties.SpringBootContextLoader AContextLoaderthat can be used to test Spring Boot applications (those that normally startup usingSpringApplication).SpringBootTestContextBootstrapper TestContextBootstrapperfor Spring Boot.枚举概要 枚举 说明 SpringBootTest.WebEnvironment An enumeration web environment modes.注释类型概要 注释类型 说明 SpringBootTest Annotation that can be specified on a test class that runs Spring Boot based tests.TestComponent @Componentthat can be used when a bean is intended only for tests, and should be excluded from Spring Boot's component scanning.TestConfiguration @Configurationthat can be used to define additional beans or customizations for a test.