Ensure all tests are executed in the Gradle build for the spring-test module [SPR-11338] #15962
Labels
in: test
Issues in the test module
status: backported
An issue that has been backported to maintenance branches
type: task
A general task
Milestone
Sam Brannen opened SPR-11338 and commented
TestNG tests are currently only executed by the Gradle build if they are located directly in the
testng
package. Tests in subpackages are therefore omitted from the build. As of the creation of this JIRA issue there are no such tests in subpackages; however, this is soon to change.Furthermore, the JUnit-based
FailingBeforeAndAfterMethodsTests
test class is currently not executed because it resides under thetestng
package which is excluded from thetest
build target.Affects: 3.2 GA
Referenced from: commits 098d7c7, fdac4a7
Backported to: 3.2.7
The text was updated successfully, but these errors were encountered: