java.lang.Object
org.junit.jupiter.api.AssertAll
AssertAll
is a collection of utility methods that support asserting
multiple conditions in tests at once.- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
assertAll
(String heading, Collection<Executable> executables) (package private) static void
assertAll
(String heading, Stream<Executable> executables) (package private) static void
assertAll
(String heading, Executable... executables) (package private) static void
assertAll
(Collection<Executable> executables) (package private) static void
assertAll
(Stream<Executable> executables) (package private) static void
assertAll
(Executable... executables)
-
Constructor Details
-
AssertAll
private AssertAll()
-
-
Method Details
-
assertAll
-
assertAll
-
assertAll
-
assertAll
-
assertAll
-
assertAll
-