Class EqualsVerifierReport

java.lang.Object
nl.jqno.equalsverifier.EqualsVerifierReport

public final class EqualsVerifierReport extends Object
Contains the results of an EqualsVerifier run.

When the run was successful, should contain an empty message and a null cause. When the run was unsuccessful, the message is identical to the message of the exception that SingleTypeEqualsVerifierApi.verify() would throw, and the cause would be identical to its cause.