assertEquals("ElementClass", collection.getElementType());
}
public void testListWithValue() throws Exception
{
AbstractListMetaData collection = getCollection();
assertNull(collection.getType());
assertNull(collection.getElementType());
assertValue("Value", getValue(collection));
}