blob: 4bf1d4ce73cf1617c0f55e123380ae93b39c2a0f [file] [log] [blame]
package net.onrc.onos.ofcontroller.app;
import static org.junit.Assert.*;
import org.junit.Test;
/**
* This code is valid for the architectural study purpose only.
* @author Toshio Koide (t-koide@onlab.us)
*/
public class ShortestPathTest {
@Test
public void test() {
fail("Not yet implemented");
}
}