|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
org.truth0.subjects.Subject.equals(Object)
This method is not a proposition, but the default Object equality method. Testing code should use "is" or "isEqualTo" propositions for equality tests. |
|
org.truth0.subjects.Subject.hashCode()
Equals/Hashcode is not supported on Subjects. Their only use is as a holder of propositions. Use of equals() is deprecated and forwards to isEqualTo() and hashCode() is disallowed. |
|
org.truth0.subjects.IterableSubject.iteratesOverSequence(Object...)
use #iteratesAs(T...) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |