use of uk.gov.gchq.gaffer.store.operation.handler.OperationHandler in project Gaffer by gchq.
the class HBaseStoreTest method testRequestForNullHandlerManaged.
@Test
public void testRequestForNullHandlerManaged() {
final OperationHandler returnedHandler = store.getOperationHandlerExposed(null);
assertNull(returnedHandler);
}
Aggregations