@Test
public void testDeleteReport_usingPowerMock1Features() throws Exception {
final String getReportFromTargetNameMethodName = "getReportFromTargetName";
final String reportName = "reportName";
final Report report = new Report(reportName);
// Mock only the modifyData method
ReportDao tested = createPartialMock(ReportDao.class, getReportFromTargetNameMethodName);
// Create a mock of the distributed cache.