Browse Source
Prior to this commit, the test("test") conditions used in AutowiredConfigurationErrorsIntegrationTests inadvertently asserted that the invoked test methods reside in an org.springframework.test subpackage, which is always the case for any test method in the `spring-test` module. In other words, "test" is always a substring of "org.springframework.test...", which is not a meaningful assertion. This commit ensures that the JUnit Platform Test Kit is asserting the actual names of test methods.pull/26087/head
Sam Brannen
4 years ago
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue