Package org.junit.platform.console.tasks
Interface DetailsPrintingListener
-
- All Superinterfaces:
TestExecutionListener
- All Known Implementing Classes:
FlatPrintingListener
,TestFeedPrintingListener
,TreePrintingListener
,VerboseTreePrintingListener
interface DetailsPrintingListener extends TestExecutionListener
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.regex.Pattern
LINE_START_PATTERN
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static java.lang.String
indented(java.lang.String message, java.lang.String indentation)
void
listTests(TestPlan testPlan)
-
Methods inherited from interface org.junit.platform.launcher.TestExecutionListener
dynamicTestRegistered, executionFinished, executionSkipped, executionStarted, reportingEntryPublished, testPlanExecutionFinished, testPlanExecutionStarted
-
-
-
-
Method Detail
-
listTests
void listTests(TestPlan testPlan)
-
indented
static java.lang.String indented(java.lang.String message, java.lang.String indentation)
-
-