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