コード例 #1
0
ファイル: TestResponder.java プロジェクト: smryoo/fitnesse
 protected void addLog() throws Exception {
   response.add(formatter.testSummary(assertionCounts));
   response.add(formatter.executionStatus(log));
 }