16 package org.openkilda.messaging.command.flow;
23 import static org.junit.Assert.assertEquals;
24 import static org.junit.Assert.assertFalse;
25 import static org.junit.Assert.assertNotNull;
27 import org.junit.Test;
31 flowName, 0L, switchId, inputPort, outputPort, transitVlanId);
36 assertNotNull(flowString);
37 assertFalse(flowString.isEmpty());
51 @Test(expected = IllegalArgumentException.class)
56 @Test(expected = IllegalArgumentException.class)
61 @Test(expected = IllegalArgumentException.class)
static final int inputPort
void setNullTransitVlanId()
void setTransitVlanId(final Integer transitVlanId)
static final SwitchId switchId
Integer getTransitVlanId()
static final int outputPort
void setZeroTransitVlanId()
static final int transitVlanId
static final String flowName
void setTooBigTransitVlanId()