mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-21 00:00:01 -04:00
Add @Nested to inner test-classes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user