コード例 #1
0
 @Test
 public void printLowerEdge() {
   assertEquals(output.split("\n")[4], graph.printLowerEdge());
 }