@Test
 public void testCaseReportRuleFinishedTest() throws Exception {
   testCaseReportRule.finished(mock(Description.class));
   verify(allure).fire(eq(new TestCaseFinishedEvent()));
 }