assertValue("Value", getValue(collection));
}
public void testCollectionWithValues() throws Exception
{
AbstractCollectionMetaData collection = getCollection();
assertNull(collection.getType());
assertNull(collection.getElementType());
assertValues(collection, "Value1", "Value2", "Value3");
}