spring-boot/spring-boot-integration-tests
Andy Wilkinson 33f0ea3480 Rework SpringApplicationTest to support web modes
Rework the new testing support so that @SpringApplicationTest can be
used for standard integration tests, web integration tests with a
mock Servlet environment and web integration tests with an embedded
servlet container. This means that it a replacement for 1.3's
@IntegrationTest and @WebIntegrationTest and allows all
SpringApplication testing to be configured using a common annotation.

The old @IntegrationTest and @WebIntegrationTest along with their
supporting classes have been reinstated to their previous form (while
remaining deprecated). This should ensure that they continue to work
in 1.4 exactly as they did in 1.3 giving users a smooth path to
@SpringApplicationTest.

See gh-5477
2016-03-31 21:35:10 -07:00
..
spring-boot-gradle-tests Merge branch '1.3.x' 2016-03-29 11:16:16 +01:00
spring-boot-launch-script-tests Roll back to docker-java 2.x 2016-03-01 10:33:28 +00:00
spring-boot-security-tests Rework SpringApplicationTest to support web modes 2016-03-31 21:35:10 -07:00
src/it Fix eclipse errors and warnings 2015-02-24 12:44:19 -08:00
pom.xml Make launch script integration tests compatible with Spring Framework 4.3 2016-02-29 11:26:42 +00:00