Exemplo n.º 1
0
 @Test
 public void shouldBeAbleToRetrieveARelationship() throws Exception {
   long relationship = graphdbHelper.createRelationship("ENJOYED");
   assertNotNull(actions.getRelationship(relationship));
 }