Uses of Enum Class
com.google.common.truth.Subject.EqualityCheck
-
Uses of Subject.EqualityCheck in com.google.common.truth
Methods in com.google.common.truth that return Subject.EqualityCheckModifier and TypeMethodDescriptionstatic Subject.EqualityCheck
Returns the enum constant of this class with the specified name.static Subject.EqualityCheck[]
Subject.EqualityCheck.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.truth with parameters of type Subject.EqualityCheckModifier and TypeMethodDescriptionprivate void
Subject.failEqualityCheck
(Subject.EqualityCheck equalityCheck, Object expected, Subject.ComparisonResult difference)