Removed Methods |
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, int, Object)
|
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, Object)
|
Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a
custom message otherwise. |
Added 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, Object...)
|
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, int, Object)
|
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. |