assertValue("Value", getValue(collection));
}
public void testListWithInjection() throws Exception
{
AbstractListMetaData collection = getCollection();
assertNull(collection.getType());
assertNull(collection.getElementType());
assertInjection(getValue(collection));
}