@Test
public void should_override_runtime_value_by_batch_setting() throws Exception {
//Given
Options options = withConsistency(LOCAL_QUORUM);
AbstractFlushContext flushContext = new BatchingFlushContext(null, EACH_QUORUM, NO_SERIAL_CONSISTENCY);
//When
final Options actual = overrider.overrideRuntimeValueByBatchSetting(options, flushContext);
//Then