Add JUnit 4 and the Vintage Engine sample

This commit adds a sample to verify the use of JUnit 4 and the Vintage
Engine.

See gh-17100
This commit is contained in:
Issam El-atif
2019-06-10 23:00:57 +02:00
committed by Stephane Nicoll
parent dfa5480c59
commit 9fafcda929
6 changed files with 154 additions and 0 deletions

View File

@@ -44,4 +44,5 @@
<suppress files="JavaLoggingSystemTests" checks="SpringJUnit5" />
<suppress files="Log4J2LoggingSystemTests" checks="SpringJUnit5" />
<suppress files="RestClientTestWithComponentIntegrationTests" checks="SpringJUnit5" />
<suppress files="SampleJunitVintageApplicationTests" checks="SpringJUnit5" />
</suppressions>