- assertArrayNotEmpty(String[]) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that none of the string in an array is empty
- assertArrayNotNull(Object[]) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that none of the objects in an array is null
- assertClassOrInterface(Object, Class<?>) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that an object class/superclass/interface/superinterface
- assertCollectionNotNull(Collection<?>) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that none of the objects in a Collection is null
- assertEquals(N, N) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that a value is equals to an expected value
- assertGreater(N, N) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that a value is greater than to a bound
- assertGreaterOrEquals(N, N) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that a value is greater than or equals to a bound
- assertIn(O, Collection<O>) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that an object is contains in a values array
- assertIn(O, O...) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that an object is contains in a values array
- assertLower(N, N) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that a value is lower than to a bound
- assertLowerOrEquals(N, N) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that a value is lower than or equals to a bound
- assertNotEmpty(Collection<?>) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that an array is not null or empty
- assertNotEmpty(Object[]) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that a collection is not null or empty
- assertNotEmpty(String) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that a string is not null or empty
- assertNotEquals(N, N) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that a value is not equals to an unexpected value
- assertNotNegative(N) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that a value is not negative
- assertNotNull(Object) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that an object is not null
- assertPositive(N) - Static method in class nc.ird.cantharella.utils.AssertTools
-
Assert that a value is positive
- AssertTools - Class in nc.ird.cantharella.utils
-
Assertion tools.