Uses of Interface
org.junit.platform.launcher.listeners.TestExecutionSummary.Failure
-
Packages that use TestExecutionSummary.Failure Package Description org.junit.platform.launcher.listeners CommonTestExecutionListenerimplementations and related support classes for theLauncher. -
-
Uses of TestExecutionSummary.Failure in org.junit.platform.launcher.listeners
Classes in org.junit.platform.launcher.listeners that implement TestExecutionSummary.Failure Modifier and Type Class Description private static classMutableTestExecutionSummary.DefaultFailureFields in org.junit.platform.launcher.listeners with type parameters of type TestExecutionSummary.Failure Modifier and Type Field Description private java.util.List<TestExecutionSummary.Failure>MutableTestExecutionSummary. failuresMethods in org.junit.platform.launcher.listeners that return types with arguments of type TestExecutionSummary.Failure Modifier and Type Method Description java.util.List<TestExecutionSummary.Failure>MutableTestExecutionSummary. getFailures()java.util.List<TestExecutionSummary.Failure>TestExecutionSummary. getFailures()Get an immutable list of the failures of the test plan execution.
-