GiraphConstants.MESSAGE_COMBINER_CLASS.set(conf,
GeneratedVertexMismatchMessageCombiner.class);
@SuppressWarnings("rawtypes")
GiraphConfigurationValidator<?, ?, ?, ?, ?> validator =
new GiraphConfigurationValidator(conf);
validator.validateConfiguration();
}
@Test(expected = IllegalArgumentException.class)
public void testMismatchingVertexValueFactory() throws SecurityException,
NoSuchMethodException, NoSuchFieldException {