16 package org.openkilda.messaging.command.flow;
18 import static org.junit.Assert.assertEquals;
26 import org.junit.Test;
33 assertEquals(flowName, flow.
getId());
54 assertEquals(flowName, flow.
getId());
75 @Test(expected = IllegalArgumentException.class)
80 @Test(expected = IllegalArgumentException.class)
85 @Test(expected = IllegalArgumentException.class)
90 @Test(expected = IllegalArgumentException.class)
95 @Test(expected = IllegalArgumentException.class)
100 @Test(expected = IllegalArgumentException.class)
105 @Test(expected = IllegalArgumentException.class)
static final int inputPort
static final SwitchId switchId
void setSwitchId(SwitchId switchId)
static final int outputPort
void setIncorrectSwitchId()
void setNegativeOutputPort()
void setId(final String id)
void setOutputPort(final Integer outputPort)
void setInputPort(final Integer inputPort)
static final String flowName
void setNegativeInputPort()