- validateEqualTo(long, long, String) - Static method in exception org.ops4j.lang.PostConditionException
-
Validates that the value under test is a particular value.
- validateEqualTo(double, double, String) - Static method in exception org.ops4j.lang.PostConditionException
-
Validates that the value under test is a particular value.
- validateEqualTo(Number, Number, String) - Static method in exception org.ops4j.lang.PostConditionException
-
Validates that the value under test is a particular value.
- validateEqualTo(long, long, String) - Static method in exception org.ops4j.lang.PreConditionException
-
Validates that the value under test is a particular value.
- validateEqualTo(double, double, String) - Static method in exception org.ops4j.lang.PreConditionException
-
Validates that the value under test is a particular value.
- validateEqualTo(Number, Number, String) - Static method in exception org.ops4j.lang.PreConditionException
-
Validates that the value under test is a particular value.
- validateGreaterThan(long, long, String) - Static method in exception org.ops4j.lang.PostConditionException
-
Validates that the value is greater than a limit.
- validateGreaterThan(double, double, String) - Static method in exception org.ops4j.lang.PostConditionException
-
Validates that the value is greater than a limit.
- validateGreaterThan(Number, Number, String) - Static method in exception org.ops4j.lang.PostConditionException
-
Validates that the value is greater than a limit.
- validateGreaterThan(long, long, String) - Static method in exception org.ops4j.lang.PreConditionException
-
Validates that the value is greater than a limit.
- validateGreaterThan(double, double, String) - Static method in exception org.ops4j.lang.PreConditionException
-
Validates that the value is greater than a limit.
- validateGreaterThan(Number, Number, String) - Static method in exception org.ops4j.lang.PreConditionException
-
Validates that the value is greater than a limit.
- validateLesserThan(long, long, String) - Static method in exception org.ops4j.lang.PostConditionException
-
Validates that the value is lesser than a limit.
- validateLesserThan(double, double, String) - Static method in exception org.ops4j.lang.PostConditionException
-
Validates that the value is lesser than a limit.
- validateLesserThan(Number, Number, String) - Static method in exception org.ops4j.lang.PostConditionException
-
Validates that the value is lesser than a limit.
- validateLesserThan(long, long, String) - Static method in exception org.ops4j.lang.PreConditionException
-
Validates that the value is lesser than a limit.
- validateLesserThan(double, double, String) - Static method in exception org.ops4j.lang.PreConditionException
-
Validates that the value is lesser than a limit.
- validateLesserThan(Number, Number, String) - Static method in exception org.ops4j.lang.PreConditionException
-
Validates that the value is lesser than a limit.
- validateNotEmpty(String, String) - Static method in exception org.ops4j.lang.NullArgumentException
-
Validates that the string is not null and not an empty string without trimming the string.
- validateNotEmpty(String, boolean, String) - Static method in exception org.ops4j.lang.NullArgumentException
-
Validates that the string is not null and not an empty string.
- validateNotEmpty(Properties, String) - Static method in exception org.ops4j.lang.NullArgumentException
-
Validates that the Properties instance is not null and that it has entries.
- validateNotEmpty(Object[], String) - Static method in exception org.ops4j.lang.NullArgumentException
-
Validates that the array instance is not null and that it has entries.
- validateNotEmptyContent(String[], String) - Static method in exception org.ops4j.lang.NullArgumentException
-
Validates that the string array instance is not null and that it has entries that are not null or empty
eithout trimming the string.
- validateNotEmptyContent(String[], boolean, String) - Static method in exception org.ops4j.lang.NullArgumentException
-
Validates that the string array instance is not null and that it has entries that are not null or empty.
- validateNotNull(Object, String) - Static method in exception org.ops4j.lang.NullArgumentException
-
Validates that the object obj is not null.
- validateNotNull(Object, String) - Static method in exception org.ops4j.lang.PostConditionException
-
Validates that the object is not null.
- validateNotNull(Object, String) - Static method in exception org.ops4j.lang.PreConditionException
-
Validates that the object is not null.
- validateNull(Object, String) - Static method in exception org.ops4j.lang.PostConditionException
-
Validates that the object is null.
- validateNull(Object, String) - Static method in exception org.ops4j.lang.PreConditionException
-
Validates that the object is null.