- bropen.toolkit.utils.Arguments
-
-
Methods Summary
Methods
| Type |
Name and description |
static void |
assertEquals(Object actual, Object expected, String paramName, String msg = null)
|
static void |
assertFalse(boolean bool, String paramName, String msg = null)
|
static void |
assertInList(Object actual, Collection<Object> expectedList, String paramName, String msg = null)
|
static void |
assertNotEmpty(Map map, String paramName, String msg = null)
|
static void |
assertNotEmpty(Collection collection, String paramName, String msg = null)
|
static void |
assertNotEmpty(String s, String paramName, String msg = null)
|
static void |
assertNotHasErrors(org.grails.datastore.gorm.GormEntity bean, String msg, boolean appendErrors)
|
static void |
assertNotNull(Object obj, String paramName, String msg = null)
|
static void |
assertTrue(boolean bool, String paramName, String msg = null)
|
-
Inherited Methods Summary
Inherited Methods
| Methods inherited from class |
Name |
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
-
-
Method Detail
-
static void assertEquals(Object actual, Object expected, String paramName, String msg = null)
-
static void assertFalse(boolean bool, String paramName, String msg = null)
-
static void assertInList(Object actual, Collection<Object> expectedList, String paramName, String msg = null)
-
static void assertNotEmpty(Map map, String paramName, String msg = null)
-
static void assertNotEmpty(Collection collection, String paramName, String msg = null)
-
static void assertNotEmpty(String s, String paramName, String msg = null)
-
static void assertNotHasErrors(org.grails.datastore.gorm.GormEntity bean, String msg, boolean appendErrors)
-
static void assertNotNull(Object obj, String paramName, String msg = null)
-
static void assertTrue(boolean bool, String paramName, String msg = null)
- Summary:
- Nested
- Field
- Constructor
- Method
- | Detail:
- Field
- Constructor
- Method
BROPEN Documentation, 2020-04-21 10:53