Browse Source

Gump seems to choke on the link when building javadocs

master
Stefan Bodewig 7 years ago
parent
commit
840f6cc43b
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/TestResultFormatter.java

+ 3
- 2
src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/TestResultFormatter.java View File

@@ -6,8 +6,9 @@ import java.io.Closeable;
import java.io.OutputStream;

/**
* A {@link TestExecutionListener} which lets implementing classes format and write out
* the test execution results.
* A {@link org.junit.platform.launcher.TestExecutionListener} which
* lets implementing classes format and write out the test execution
* results.
*/
public interface TestResultFormatter extends TestExecutionListener, Closeable {



Loading…
Cancel
Save