Fixed nested tests

This commit is contained in:
Harald Kuhr
2026-05-04 17:20:57 +02:00
committed by Harald Kuhr
parent 132105b97a
commit d0d0b1afa3
9 changed files with 82 additions and 51 deletions
@@ -201,4 +201,16 @@ public class LinkedMapTest extends MapAbstractTest {
public void tearDown() throws Exception {
labRat = null;
}
@Nested
public class TestLinkedMapEntrySet extends TestMapEntrySet {
}
@Nested
public class TestLinkedMapKeySet extends TestMapKeySet {
}
@Nested
public class TestLinkedMapValues extends TestMapValues {
}
}