Package org.pitest.coverage
Interface TestStatListener
-
- All Known Implementing Classes:
BasicStatListener,CompoundTestStatListener,NoTestStats
public interface TestStatListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(CoverageResult cr)voidend()List<String>messages()
-
-
-
Method Detail
-
accept
void accept(CoverageResult cr)
-
end
void end()
-
-