Generated by
JDiff

Class com.google.common.base.Verify

Removed Methods
void verify(boolean, String, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, Object, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, Object, Object, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, char) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, int) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, long) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, char) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, char, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, char, char) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, char, int) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, char, long) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, int) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, int, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, int, char) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, int, int) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, int, long) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object[]) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, long) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, long, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, long, char) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, long, int) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, long, long) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
 

Added Methods
void verify(boolean, String, char) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, char, char) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, char, int) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, char, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, char, long) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, int) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, int, char) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, int, int) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, int, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, int, long) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, char) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, int) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, Object, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, Object, Object, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object, long) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, Object[]) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, long) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, long, char) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, long, int) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, long, Object) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
void verify(boolean, String, long, long) Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a custom message otherwise.
 

Changed Methods
T verifyNotNull(T, String, Object[]) Change in signature from (T, String, java.lang.Object[]) to (T, java.lang.String, java.lang.Object[]).
Ensures that {@code reference} is non-null, throwing a {@code VerifyException} with a custom message otherwise.