Add TestNG sample application

Add a TestNG sample that also demonstrates @WebIntegrationTest.

See gh-2135
This commit is contained in:
Phillip Webb
2015-01-06 19:13:06 -08:00
parent be30385e15
commit f9c3baed33
8 changed files with 233 additions and 1 deletions

View File

@@ -55,9 +55,10 @@
<module>spring-boot-sample-secure</module>
<module>spring-boot-sample-servlet</module>
<module>spring-boot-sample-simple</module>
<module>spring-boot-sample-testng</module>
<module>spring-boot-sample-tomcat</module>
<module>spring-boot-sample-tomcat-jsp</module>
<module>spring-boot-sample-tomcat-ssl</module>
<module>spring-boot-sample-tomcat</module>
<module>spring-boot-sample-tomcat-multi-connectors</module>
<module>spring-boot-sample-tomcat7-jsp</module>
<module>spring-boot-sample-traditional</module>