private final String parentFilename2 = "parentFilename2";
@Before
public void before() throws Exception {
super.before();
classUnderTest = new ResourceParentFolderAutoDeploymentStrategy();
assertNotNull(classUnderTest);
when(parentFile1Mock.getName()).thenReturn(parentFilename1);
when(parentFile1Mock.isDirectory()).thenReturn(true);
when(parentFile2Mock.getName()).thenReturn(parentFilename2);