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