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
Methods in org.junit.platform.launcher.listeners that return types with arguments of type TestExecutionSummary.Failure Modifier and Type Method Description List<TestExecutionSummary.Failure>TestExecutionSummary. getFailures()Get an immutable list of the failures of the test plan execution.
-