Search in sources :

Example 1 with ContentOutboundDependenciesIdsResolver

use of com.enonic.xp.core.impl.content.ContentOutboundDependenciesIdsResolver in project xp by enonic.

the class ContentOutboundDependenciesIdsResolverTest method setUp.

@BeforeEach
public void setUp() throws Exception {
    this.contentService = Mockito.mock(ContentService.class);
    this.contentDataSerializer = Mockito.mock(ContentDataSerializer.class);
    this.resolver = new ContentOutboundDependenciesIdsResolver(contentService, contentDataSerializer);
}
Also used : ContentDataSerializer(com.enonic.xp.core.impl.content.serializer.ContentDataSerializer) ContentOutboundDependenciesIdsResolver(com.enonic.xp.core.impl.content.ContentOutboundDependenciesIdsResolver) ContentService(com.enonic.xp.content.ContentService) BeforeEach(org.junit.jupiter.api.BeforeEach)

Aggregations

ContentService (com.enonic.xp.content.ContentService)1 ContentOutboundDependenciesIdsResolver (com.enonic.xp.core.impl.content.ContentOutboundDependenciesIdsResolver)1 ContentDataSerializer (com.enonic.xp.core.impl.content.serializer.ContentDataSerializer)1 BeforeEach (org.junit.jupiter.api.BeforeEach)1