Package org.mockito.internal.util
Class Checks
java.lang.Object
org.mockito.internal.util.Checks
Pre-made preconditions
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Iterable<?>>
TcheckItemsNotNull
(T iterable, String checkedIterable) static <T> T
checkNotNull
(T value, String checkedValue) static <T> T
checkNotNull
(T value, String checkedValue, String additionalMessage)
-
Method Details
-
checkNotNull
-
checkNotNull
-
checkItemsNotNull
-