예제 #1
0
 /** Test get graphs. */
 @Test
 public void testGetGraphs() {
   Graphs graphs = service.listGraphs();
   Assert.assertNotNull(graphs);
   Assert.assertNotNull(graphs.getGraphs());
   Assert.assertFalse(graphs.getGraphs().isEmpty());
 }