Class XmlReportWriter.AggregatedTestResult
java.lang.Object
org.junit.platform.reporting.legacy.xml.XmlReportWriter.AggregatedTestResult
- Enclosing class:
XmlReportWriter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<TestExecutionResult> private static final XmlReportWriter.AggregatedTestResult
private final XmlReportWriter.AggregatedTestResult.Type
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AggregatedTestResult
(XmlReportWriter.AggregatedTestResult.Type type, List<TestExecutionResult> executionResults) -
Method Summary
Modifier and TypeMethodDescriptionnonSkipped
(List<TestExecutionResult> executionResults) skipped()
-
Field Details
-
SKIPPED_RESULT
-
type
-
executionResults
-
-
Constructor Details
-
AggregatedTestResult
private AggregatedTestResult(XmlReportWriter.AggregatedTestResult.Type type, List<TestExecutionResult> executionResults)
-
-
Method Details
-
skipped
-
nonSkipped
public static XmlReportWriter.AggregatedTestResult nonSkipped(List<TestExecutionResult> executionResults) -
getThrowablesByType
public Map<XmlReportWriter.AggregatedTestResult.Type,List<Optional<Throwable>>> getThrowablesByType()
-