mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Merge pull request #31914 from quaff
* pr/31914: Add missing @Test Fix @Nested class not be executed Closes gh-31914
This commit is contained in:
+1
@@ -121,6 +121,7 @@ public class SimpleMailMessageTests {
|
||||
assertThat(message2.hashCode()).isEqualTo(message1.hashCode());
|
||||
}
|
||||
|
||||
@Test
|
||||
public final void testEqualsObject() {
|
||||
SimpleMailMessage message1;
|
||||
SimpleMailMessage message2;
|
||||
|
||||
+1
-1
@@ -488,7 +488,7 @@ class ApplicationContextAotGeneratorTests {
|
||||
}
|
||||
|
||||
@Nested
|
||||
static class ActiveProfile {
|
||||
class ActiveProfile {
|
||||
|
||||
@ParameterizedTest
|
||||
@MethodSource("activeProfilesParameters")
|
||||
|
||||
Reference in New Issue
Block a user