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 voidassertAll(String heading, Collection<Executable> executables) (package private) static voidassertAll(String heading, Stream<Executable> executables) (package private) static voidassertAll(String heading, Executable... executables) (package private) static voidassertAll(Collection<Executable> executables) (package private) static voidassertAll(Stream<Executable> executables) (package private) static voidassertAll(Executable... executables)
-
Constructor Details
-
AssertAll
private AssertAll()
-
-
Method Details
-
assertAll
-
assertAll
-
assertAll
-
assertAll
-
assertAll
-
assertAll
-