You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.
background
the transitivity requirement on the equals implementation can only be tested partially when considering one class (the class under test) and is partially covered with symmetry requirement check. in order to allow a transitivity check for multiple related classes there should be an optional test which checks two or more given classes to be transitive to the class under test.
requirements
the interface should force the user to provide at least 2 classes
class can but do not have to be related (sharing an interface or being part of the same class hierarchy)
signature
Builder checkTransitivityTo(Class classA, Class classB, Class... otherClasses)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
background
the transitivity requirement on the equals implementation can only be tested partially when considering one class (the class under test) and is partially covered with symmetry requirement check. in order to allow a transitivity check for multiple related classes there should be an optional test which checks two or more given classes to be transitive to the class under test.
requirements
signature
Builder checkTransitivityTo(Class classA, Class classB, Class... otherClasses)
The text was updated successfully, but these errors were encountered: