Interface DetailsPrintingListener
-
- All Superinterfaces:
TestExecutionListener
- All Known Implementing Classes:
FlatPrintingListener,TestFeedPrintingListener,TreePrintingListener,VerboseTreePrintingListener
@API(status=INTERNAL, since="1.14") public interface DetailsPrintingListener extends TestExecutionListener- Since:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.regex.PatternLINE_START_PATTERN
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static java.lang.Stringindented(java.lang.String message, java.lang.String indentation)voidlistTests(TestPlan testPlan)-
Methods inherited from interface org.junit.platform.launcher.TestExecutionListener
dynamicTestRegistered, executionFinished, executionSkipped, executionStarted, fileEntryPublished, reportingEntryPublished, testPlanExecutionFinished, testPlanExecutionStarted
-
-
-
-
Method Detail
-
listTests
void listTests(TestPlan testPlan)
-
indented
static java.lang.String indented(java.lang.String message, java.lang.String indentation)
-
-