Changes to Reporter
Compare changes
Files
2- Mario Bucev authored
+ 75
− 15
@@ -18,6 +18,9 @@ abstract class Reporter(val debugSections: Set[DebugSection]) {
@@ -39,11 +42,10 @@ abstract class Reporter(val debugSections: Set[DebugSection]) {
@@ -155,6 +157,9 @@ abstract class Reporter(val debugSections: Set[DebugSection]) {
@@ -164,15 +169,56 @@ class DefaultReporter(debugSections: Set[DebugSection]) extends Reporter(debugSe
@@ -185,12 +231,15 @@ class DefaultReporter(debugSections: Set[DebugSection]) extends Reporter(debugSe
@@ -200,22 +249,22 @@ class DefaultReporter(debugSections: Set[DebugSection]) extends Reporter(debugSe
@@ -237,7 +286,7 @@ class PlainTextReporter(debugSections: Set[DebugSection]) extends DefaultReporte
@@ -248,4 +297,15 @@ class PlainTextReporter(debugSections: Set[DebugSection]) extends DefaultReporte