assertThis(getValue(collection));
}
public void testCollectionWithWildcard() throws Exception
{
AbstractCollectionMetaData collection = getCollection();
assertNull(collection.getType());
assertNull(collection.getElementType());
assertWildcard(getValue(collection));
}