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