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