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