Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Found some more solutions
Browse files Browse the repository at this point in the history
jqno committed Dec 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c013ad5 commit 28730cc
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -8,8 +8,10 @@

import java.util.Objects;
import nl.jqno.equalsverifier.EqualsVerifier;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

@Disabled("We'll clear this up with proper architecture")
@SuppressWarnings("unused") // because of the use of defaultEquals and defaultHashCode
public class OriginalStateTest {

Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@
import nl.jqno.equalsverifier.EqualsVerifier;
import nl.jqno.equalsverifier.Warning;
import nl.jqno.equalsverifier.testhelpers.types.Point;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

public class TypeTagTest {
@@ -21,6 +22,7 @@ public class TypeTagTest {
);

@Test
@Disabled("It's recursive; see there")
public void equalsAndHashCode() {
EqualsVerifier
.forClass(TypeTag.class)

0 comments on commit 28730cc

Please sign in to comment.