parser.setValueConverter(createValueConverter());
Resource location = getSpecificationResourceLocation(simpleName);
return parser.parseLibrarySpecification(location);
}
public static void checkList(String propertyName, Object[] expected, Object[] actual)
{
checkList(propertyName, expected, Arrays.asList(actual));