blob: 4bf1d4ce73cf1617c0f55e123380ae93b39c2a0f [file] [log] [blame]
Toshio Koide5f260652014-01-30 14:41:12 -08001package net.onrc.onos.ofcontroller.app;
2
3import static org.junit.Assert.*;
4
5import org.junit.Test;
6
7/**
8 * This code is valid for the architectural study purpose only.
9 * @author Toshio Koide (t-koide@onlab.us)
10 */
11public class ShortestPathTest {
12
13 @Test
14 public void test() {
15 fail("Not yet implemented");
16 }
17
18}