Uses of Class
com.google.common.testing.EqualsTester
-
Packages that use EqualsTester Package Description com.google.common.testing Testing utilities. -
-
Uses of EqualsTester in com.google.common.testing
Methods in com.google.common.testing that return EqualsTester Modifier and Type Method Description EqualsTesterEqualsTester. addEqualityGroup(@Nullable Object @Nullable ... equalityGroup)AddsequalityGroupwith objects that are supposed to be equal to each other and not equal to any other equality groups added to this tester.EqualsTesterEqualsTester. testEquals()Run tests on equals method, throwing a failure on an invalid test
-