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