Uses of Class
org.junit.platform.commons.PreconditionViolationException
Packages that use PreconditionViolationException
-
Uses of PreconditionViolationException in org.junit.platform.commons.util
Methods in org.junit.platform.commons.util that throw PreconditionViolationExceptionModifier and TypeMethodDescriptionstatic voidAssert that the suppliedpredicateistrue.static voidAssert that the suppliedpredicateistrue.static <T> T[]Preconditions.containsNoNullElements(T[] array, String message) Assert that the supplied array contains nonullelements.static <T> T[]Preconditions.containsNoNullElements(T[] array, Supplier<String> messageSupplier) Assert that the supplied array contains nonullelements.static <T extends Collection<?>>
TPreconditions.containsNoNullElements(T collection, String message) Assert that the supplied collection contains nonullelements.static <T extends Collection<?>>
TPreconditions.containsNoNullElements(T collection, Supplier<String> messageSupplier) Assert that the supplied collection contains nonullelements.static StringAssert that the suppliedStringis not blank.static StringAssert that the suppliedStringis not blank.static int[]Assert that the supplied array is neithernullnor empty.static <T> T[]Assert that the supplied array is neithernullnor empty.static <T> T[]Assert that the supplied array is neithernullnor empty.static <T extends Collection<?>>
TAssert that the suppliedCollectionis neithernullnor empty.static <T extends Collection<?>>
TAssert that the suppliedCollectionis neithernullnor empty.static <T> TAssert that the suppliedObjectis notnull.static <T> TAssert that the suppliedObjectis notnull.