Uses of Interface
org.junit.platform.testkit.engine.Assertions.Executable
-
Packages that use Assertions.Executable Package Description org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEngine
running on the JUnit Platform. -
-
Uses of Assertions.Executable in org.junit.platform.testkit.engine
Fields in org.junit.platform.testkit.engine with type parameters of type Assertions.Executable Modifier and Type Field Description private java.util.List<Assertions.Executable>
EventStatistics. executables
Method parameters in org.junit.platform.testkit.engine with type arguments of type Assertions.Executable Modifier and Type Method Description (package private) static void
Assertions. assertAll(java.lang.String heading, java.util.stream.Stream<Assertions.Executable> executables)
-