|
|
|
@@ -6,9 +6,8 @@ import java.io.Closeable; |
|
|
|
import java.io.OutputStream; |
|
|
|
|
|
|
|
/** |
|
|
|
* A {@link org.junit.platform.launcher.TestExecutionListener} which |
|
|
|
* lets implementing classes format and write out the test execution |
|
|
|
* results. |
|
|
|
* A {@code TestExecutionListener} which lets implementing classes |
|
|
|
* format and write out the test execution results. |
|
|
|
*/ |
|
|
|
public interface TestResultFormatter extends TestExecutionListener, Closeable { |
|
|
|
|
|
|
|
|