Uses of Class
nl.jqno.equalsverifier.EqualsVerifierReport
Packages that use EqualsVerifierReport
-
Uses of EqualsVerifierReport in nl.jqno.equalsverifier
Methods in nl.jqno.equalsverifier that return EqualsVerifierReportModifier and TypeMethodDescriptionstatic EqualsVerifierReportFactory method for an unsuccessful run ofEqualsVerifier.static EqualsVerifierReportFactory method for a successful run ofEqualsVerifier. -
Uses of EqualsVerifierReport in nl.jqno.equalsverifier.api
Methods in nl.jqno.equalsverifier.api that return EqualsVerifierReportModifier and TypeMethodDescriptionSingleTypeEqualsVerifierApi.report()Performs the verification of the contracts forequalsandhashCodeand returns anEqualsVerifierReportwith the results of the verification.SingleTypeEqualsVerifierApi.report(boolean showUrl) Methods in nl.jqno.equalsverifier.api that return types with arguments of type EqualsVerifierReportModifier and TypeMethodDescriptionMultipleTypeEqualsVerifierApi.report()Performs the verifications of the contracts forequalsandhashCodeand returns a List ofEqualsVerifierReportwith the results of the verifications.