Package | Description |
---|---|
com.google.common.testing |
This package contains testing utilities.
|
Modifier and Type | Method and Description |
---|---|
EqualsTester |
EqualsTester.addEqualityGroup(Object... equalityGroup)
Adds
equalityGroup with objects that are supposed to be equal to
each other and not equal to any other equality groups added to this tester. |
EqualsTester |
EqualsTester.testEquals()
Run tests on equals method, throwing a failure on an invalid test
|
Copyright © 2010-2017. All Rights Reserved.