Removed Methods |
void notEmpty(Collection )
|
Assert that a collection has elements; that is, it must not be
{@code null} and must have at least one element. |
void notEmpty(Collection, String)
|
Assert that a collection has elements; that is, it must not be
{@code null} and must have at least one element. |
void notEmpty(Map )
|
Assert that a Map has entries; that is, it must not be {@code null}
and must have at least one entry. |
void notEmpty(Map, String)
|
Assert that a Map has entries; that is, it must not be {@code null}
and must have at least one entry. |
Added Methods |
void notEmpty(Collection<?> )
|
Assert that a collection has elements; that is, it must not be
{@code null} and must have at least one element. |
void notEmpty(Collection<?>, String)
|
Assert that a collection has elements; that is, it must not be
{@code null} and must have at least one element. |
void notEmpty(Map<?, ?>)
|
Assert that a Map has entries; that is, it must not be {@code null}
and must have at least one entry. |
void notEmpty(Map<?, ?>, String)
|
Assert that a Map has entries; that is, it must not be {@code null}
and must have at least one entry. |