Пример #1
0
 /**
  * Setup the No4j server for testing purposes.
  *
  * @throws Exception
  */
 @BeforeClass
 public static void setUp() throws Exception {
   server = TestUtility.createServer(LocationResource.class);
   databaseService = server.graph();
   TestUtility.createCommonEntities(databaseService);
 }