コード例 #1
0
 @Test
 public void testCaseReportRuleFinishedTest() throws Exception {
   testCaseReportRule.finished(mock(Description.class));
   verify(allure).fire(eq(new TestCaseFinishedEvent()));
 }