use of com.adobe.acs.commons.mcp.impl.processes.AssetReport in project acs-aem-commons by Adobe-Consulting-Services.
the class FactoryInjectionTest method testAssetReportFactory.
@Test
public void testAssetReportFactory() throws Exception {
ProcessDefinition def = cpm.findDefinitionByNameOrPath("Asset Report");
assertNotNull(def);
assertTrue(def instanceof AssetReport);
}
Aggregations