use of com.enonic.xp.core.impl.app.event.ApplicationClusterEventListener in project xp by enonic.
the class ApplicationClusterEventListenerTest method setUp.
@BeforeEach
void setUp() {
applicationService = mock(ApplicationService.class);
applicationClusterEventListener = new ApplicationClusterEventListener(applicationService);
}
Aggregations