Uses of Interface
org.junit.platform.launcher.listeners.TestExecutionSummary.Failure
Packages that use TestExecutionSummary.Failure
Package
Description
Common
TestExecutionListener
implementations and related support classes for
the Launcher
.-
Uses of TestExecutionSummary.Failure in org.junit.platform.launcher.listeners
Classes in org.junit.platform.launcher.listeners that implement TestExecutionSummary.FailureFields in org.junit.platform.launcher.listeners with type parameters of type TestExecutionSummary.FailureModifier and TypeFieldDescriptionprivate final List
<TestExecutionSummary.Failure> MutableTestExecutionSummary.failures
Methods in org.junit.platform.launcher.listeners that return types with arguments of type TestExecutionSummary.FailureModifier and TypeMethodDescriptionMutableTestExecutionSummary.getFailures()
TestExecutionSummary.getFailures()
Get an immutable list of the failures of the test plan execution.