Class MockContentPropertyService

java.lang.Object
com.atlassian.integrationtest.confluence.api.service.content.MockContentPropertyService
All Implemented Interfaces:
ContentPropertyService

public class MockContentPropertyService extends Object implements ContentPropertyService
A dummy ContentPropertyService for integration tests.

Just enough to start the other beans in implementationContext.xml. Needed because the real service is imported from confluence-content-property-storage plugin, and hence not available in integration tests.

See services/api/implementationContextPluginProvided.xml for more info.