| Changed Methods |
void doesNotContain(String, String)
|
Now deprecated.
|
as of 4.3.7, in favor of {@link #doesNotContain(String, String, String)} |
void hasLength(String)
|
Now deprecated.
|
as of 4.3.7, in favor of {@link #hasLength(String, String)} |
void hasText(String)
|
Now deprecated.
|
as of 4.3.7, in favor of {@link #hasText(String, String)} |
void isNull(Object)
|
Now deprecated.
|
as of 4.3.7, in favor of {@link #isNull(Object, String)} |
void isTrue(boolean)
|
Now deprecated.
|
as of 4.3.7, in favor of {@link #isTrue(boolean, String)} |
void noNullElements(Object[])
|
Now deprecated.
|
as of 4.3.7, in favor of {@link #noNullElements(Object[], String)} |
void notEmpty(Collection<?>)
|
Now deprecated.
|
as of 4.3.7, in favor of {@link #notEmpty(Collection, String)} |
void notNull(Object)
|
Now deprecated.
|
as of 4.3.7, in favor of {@link #notNull(Object, String)} |
void state(boolean)
|
Now deprecated.
|
as of 4.3.7, in favor of {@link #state(boolean, String)} |