Browse Source
Documented why static nested test cases in the spring-test module are ignored, explaining that such "TestCase classes are run manually by the enclosing test class". Prior to the migration to Gradle (i.e., with Spring Build), these tests would not have been picked up by the test suite since they end with a "TestCase" suffix instead of "Test" or "Tests". Re-enabled HibernateMultiEntityManagerFactoryIntegrationTests. For the remaining tests that were disabled as a result of the migration to Gradle, comments have been added to the @Ignore declarations. Issue: SPR-8116, SPR-9398pull/198/head
12 changed files with 46 additions and 34 deletions
@ -1,3 +0,0 @@
@@ -1,3 +0,0 @@
|
||||
TODO SPR-8116 re-enable TestNG support for spring-test |
||||
|
||||
These TestNG test classes are currently not run at all. |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
TODO [SPR-9398] re-enable TestNG support for spring-test. |
||||
|
||||
These TestNG test classes are currently not run at all. |
Loading…
Reference in new issue