Class TreeNode
java.lang.Object
org.junit.platform.console.output.TreeNode
- Since:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final long(package private) long(package private) final Queue<org.junit.platform.engine.reporting.FileEntry> private org.junit.platform.launcher.TestIdentifierprivate String(package private) final Queue<org.junit.platform.engine.reporting.ReportEntry> private org.junit.platform.engine.TestExecutionResult(package private) boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) TreeNode(package private) TreeNodeaddFileEntry(org.junit.platform.engine.reporting.FileEntry file) (package private) TreeNodeaddReportEntry(org.junit.platform.engine.reporting.ReportEntry reportEntry) caption()(package private) static StringcreateCaption(String displayName) (package private) Optional<org.junit.platform.launcher.TestIdentifier> reason()(package private) Optional<org.junit.platform.engine.TestExecutionResult> result()(package private) TreeNodesetResult(org.junit.platform.engine.TestExecutionResult result)
-
Field Details
-
caption
-
creation
private final long creation -
duration
long duration -
reason
-
identifier
private org.junit.platform.launcher.TestIdentifier identifier -
result
private org.junit.platform.engine.TestExecutionResult result -
reports
-
files
-
children
-
visible
boolean visible
-
-
Constructor Details
-
Method Details