reportCommand.setReportType("MyCustomReport");
reportCommand.setProfiles(new String[] {profileLocation});
reportCommand.setDestination(destination);
reportCommand.setReportOutputType("DROID Report XML");
ReportXmlWriter reportXmlWriter = mock(ReportXmlWriter.class);
reportCommand.setReportXmlWriter(reportXmlWriter);
final ReportSpec reportSpec = new ReportSpec();
reportSpec.setName("MyCustomReport");