Search in sources :

Example 1 with BatchFlowIdGrouping

use of org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.BatchFlowIdGrouping in project openflowplugin by opendaylight.

the class FlowUtilTest method createBatchFlowIdGrouping.

protected BatchFlowIdGrouping createBatchFlowIdGrouping(final FlowId flowId) {
    final BatchFlowIdGrouping mock = Mockito.mock(BatchFlowIdGrouping.class);
    Mockito.when(mock.getFlowId()).thenReturn(flowId);
    return mock;
}
Also used : BatchFlowIdGrouping(org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.BatchFlowIdGrouping)

Aggregations

BatchFlowIdGrouping (org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.BatchFlowIdGrouping)1