|
@@ -77,8 +77,7 @@ public class BaseCollectionTest {
|
|
|
|
|
|
@Test
|
|
@Test
|
|
public void resolve_excludeSuperclassFieldIfStatic() {
|
|
public void resolve_excludeSuperclassFieldIfStatic() {
|
|
- baseCollection.resolve(new SubclassOfContainerWithStaticEntry());
|
|
|
|
- // TODO: Add container test
|
|
|
|
|
|
+ baseCollection.resolve(new SubclassOfContainerWithStaticEntry(), new SubclassOfContainerWithStaticContainerWithEntry());
|
|
assertTrue(baseCollection.isEmpty());
|
|
assertTrue(baseCollection.isEmpty());
|
|
}
|
|
}
|
|
|
|
|