16 package org.openkilda.messaging.command.flow;
25 import static org.junit.Assert.assertEquals;
26 import static org.junit.Assert.assertFalse;
27 import static org.junit.Assert.assertNotNull;
31 import org.junit.Test;
35 outputPort, transitVlanId, outputVlanId, outputVlanType);
40 assertNotNull(flowString);
41 assertFalse(flowString.isEmpty());
61 @Test(expected = IllegalArgumentException.class)
66 @Test(expected = IllegalArgumentException.class)
71 @Test(expected = IllegalArgumentException.class)
77 @Test(expected = IllegalArgumentException.class)
83 @Test(expected = IllegalArgumentException.class)
89 @Test(expected = IllegalArgumentException.class)
113 @Test(expected = IllegalArgumentException.class)
118 @Test(expected = IllegalArgumentException.class)
void setIncorrectPushOutputVlanType()
static final int inputPort
void setOutputVlanId(final Integer outputVlanId)
OutputVlanType getOutputVlanType()
static final SwitchId switchId
void setNegativeOutputVlanId()
void setIncorrectNoneOutputVlanType()
static final int outputPort
void setNullOutputVlanType()
void setOutputVlanType(final OutputVlanType outputVlanType)
static final OutputVlanType outputVlanType
void setZeroOutputVlanId()
void setIncorrectReplaceOutputVlanType()
static final int transitVlanId
void setInvalidOutputVlanType()
Integer getOutputVlanId()
void setNullOutputVlanId()
static final String flowName
static final int outputVlanId
void setIncorrectPopOutputVlanType()
void setTooBigOutputVlanId()