You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assertions.assertTrue(Stream.of(AppMessage.values()).filter(value -> value.key().equals(key)).findFirst().isPresent(), "The key '" + key + "' present into bundle but not present into enum");
19
+
});
20
+
}
9
21
10
22
@Test
11
23
@DisplayName("should contains all properties from enum")
0 commit comments