import org.opendaylight.controller.sal.utils.NodeConnectorCreator;
import org.opendaylight.controller.sal.utils.NodeCreator;
-
public class DataFlowTest extends TestBase {
protected static int ids = 123;
protected static long created = 14374808;
protected static short hard = 0;
/**
- * Test case for getter methods.
- */
+ * Test case for getter methods.
+ */
@Test
public void testGetter() {
List<DataFlow> list = new ArrayList<DataFlow>();
assertEquals(idle, dataFlowobj.getIdleTimeout());
assertEquals(null, dataFlowobj.getEnressPort());
}
+
/**
- * Test case for {@link FlowStatslist#equals(Object)}
- *
+ * Test case for {@link DataFlow#equals(Object)}
*/
@Test
public void testEquals() {
}
/**
- * Test case for {@link FlowStatslist#equals(Object)}
- *
+ * Test case for {@link FlowStats#equals(Object)}
*/
@Test
public void testEquals() {
FlowStats flowStats = new FlowStats(packets, bytes, duration);
toTestEquals(set, flowStats, new FlowStats(packets, bytes, duration));
}
+
/**
- * Test case for {@link FlowStatslist#toString(Object)}
- *
+ * Test case for {@link FlowStats#toString()}
*/
@Test
public void testToString() {