properties.put("clownfish.artifactTypes", artifactTypes);
EasyMock.expect(commandFactory.getConfigurationProperties(listMojo,
maven2WrapperLog)).andReturn(properties);
Target target = EasyMock.createMock(Target.class);
TargetModuleID targetModuleId = EasyMock.createMock(
TargetModuleID.class);
EasyMock.expect(targetModuleId.getTarget()).andReturn(target);
EasyMock.expect(target.getName()).andReturn("mock target name");
EasyMock.expect(targetModuleId.getModuleID()).andReturn(
"mock target module id name");
EasyMock.expect(targetModuleId.getWebURL())
.andReturn("mock target module id url");
List<TargetModuleID> targetModuleIdList =
new ArrayList<TargetModuleID>();
targetModuleIdList.add(targetModuleId);