Package org.opentestfactory.utils
Class ValidationUtils
java.lang.Object
org.opentestfactory.utils.ValidationUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringrequireNotBlank(String value, String name) static <T> Collection<T> requireNotEmpty(Collection<T> candidate) static <T> Collection<T> requireNotEmpty(Collection<T> candidate, String name)
-
Method Details
-
requireNotBlank
-
requireNotEmpty
-
requireNotEmpty
-