Interface DetailsPrintingListener
-
- All Superinterfaces:
org.junit.platform.launcher.TestExecutionListener
- All Known Implementing Classes:
FlatPrintingListener,TestFeedPrintingListener,TreePrintingListener,VerboseTreePrintingListener
@API(status=INTERNAL, since="1.14") public interface DetailsPrintingListener extends org.junit.platform.launcher.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(org.junit.platform.launcher.TestPlan testPlan)
-