Add @Nested to inner test-classes

This commit is contained in:
Harald Kuhr
2026-05-04 15:02:39 +02:00
parent ae7e3d8c9b
commit 4f6ed55218
2 changed files with 3 additions and 1 deletions
@@ -71,7 +71,6 @@ public abstract class ObjectAbstractTest {
// TODO: What more can we test?
}
// TODO: assert that either BOTH or NONE of equals/hashcode is overridden
@Test
public void testEqualsHashCode(){
Object obj = makeObject();