Uses of 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.EqualityCheck Modifier and Type Method Description static Subject.EqualityCheck
Subject.EqualityCheck. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Subject.EqualityCheck[]
Subject.EqualityCheck. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.truth with parameters of type Subject.EqualityCheck Modifier and Type Method Description private void
Subject. failEqualityCheck(Subject.EqualityCheck equalityCheck, java.lang.Object expected, Subject.ComparisonResult difference)
-