Search in sources :

Example 1 with ApplicationClusterEventListener

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);
}
Also used : ApplicationClusterEventListener(com.enonic.xp.core.impl.app.event.ApplicationClusterEventListener) ApplicationService(com.enonic.xp.app.ApplicationService) BeforeEach(org.junit.jupiter.api.BeforeEach)

Aggregations

ApplicationService (com.enonic.xp.app.ApplicationService)1 ApplicationClusterEventListener (com.enonic.xp.core.impl.app.event.ApplicationClusterEventListener)1 BeforeEach (org.junit.jupiter.api.BeforeEach)1