GH-14 - Remove Lombok from production sources.
Polished a lot of Javadoc.
This commit is contained in:
@@ -51,7 +51,7 @@ class ModuleATest {
|
||||
context.getBean(ServiceComponentA.class).fireEvent();
|
||||
|
||||
TypedPublishedEvents<SomeEventA> matching = events.ofType(SomeEventA.class) //
|
||||
.matching(it -> it.getMessage().equals("Message"));
|
||||
.matching(it -> it.message().equals("Message"));
|
||||
|
||||
assertThat(matching).hasSize(1);
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ class DocumenterUnitTests {
|
||||
.groupBeans(modules.getModuleByName("stereotypes").orElseThrow(RuntimeException::new));
|
||||
|
||||
assertThat(result.keySet())
|
||||
.extracting(CanvasOptions.Grouping::getName)
|
||||
.extracting(it -> it.getName())
|
||||
.containsExactlyInAnyOrder("Controllers", "Services", "Repositories", "Event listeners",
|
||||
"Configuration properties", "Representations", "Interface implementations", "Others");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user