Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.boot.test Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
ConfigFileApplicationContextInitializerApplicationContextInitializer that can be used with theContextConfiguration.Classorg.springframework.boot.testSpring Boot
EnvironmentTestUtilsTest utilities for setting environment values.Classorg.springframework.boot.testSpring Boot
IntegrationTestTest class annotation signifying that the tests are integration tests and thereforerequire full startup in the same way as a production application.Classorg.springframework.boot.testSpring Boot
IntegrationTestPropertiesListenerManipulate the TestContext to merge properties from @IntegrationTest.Classorg.springframework.boot.testSpring Boot
OutputCaptureJUnit @Rule to capture output from System.Classorg.springframework.boot.testSpring Boot
ServerPortInfoApplicationContextInitializerApplicationContextInitializer that sets Environment properties for theports that EmbeddedServletContainer servers are actually listening on.Classorg.springframework.boot.testSpring Boot
SpringApplicationConfigurationClass-level annotation that is used to determine how to load and configure anApplicationContext for integration tests.Classorg.springframework.boot.testSpring Boot
SpringApplicationContextLoaderA ContextLoader that can be used to test Spring Boot applications (those thatnormally startup using SpringApplication).Classorg.springframework.boot.testSpring Boot
SpringBootMockServletContextMockServletContext implementation for Spring Boot.Classorg.springframework.boot.testSpring Boot
TestRestTemplateConvenient subclass of RestTemplate that is suitable for integration tests.Classorg.springframework.boot.testSpring Boot
TestRestTemplate .CustomHttpComponentsClientHttpRequestFactoryHttpComponentsClientHttpRequestFactory to apply customizations.Classorg.springframework.boot.test.TestRestTemplateSpring Boot
TestRestTemplate .HttpClientOptionOptions used to customize the Apache Http Client if it is used.Classorg.springframework.boot.test.TestRestTemplateSpring Boot
WebIntegrationTestTest class annotation signifying that the tests are web integration tests andtherefore require full startup in the same way as a production application (listeningClassorg.springframework.boot.testSpring Boot