public class TestUtilities extends Object
| Modifier and Type | Field and Description |
|---|---|
static File |
GRAPH_DB_DIR |
static File |
GRAPH_DB_DIR_2 |
| Constructor and Description |
|---|
TestUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteEverythingInDB(org.neo4j.graphdb.GraphDatabaseService graphDb) |
static org.neo4j.graphdb.GraphDatabaseService |
getGraphDB() |
static <T extends org.neo4j.server.rest.repr.Representation> |
getIterableFromListRepresentation(org.neo4j.server.rest.repr.ListRepresentation listrep) |
static <T extends org.neo4j.server.rest.repr.Representation> |
getListFromListRepresentation(org.neo4j.server.rest.repr.ListRepresentation listrep) |
static void |
printNodeProperties(org.neo4j.graphdb.Node n) |
static String |
randomLetter() |
public static final File GRAPH_DB_DIR
public static final File GRAPH_DB_DIR_2
public static String randomLetter()
public static void deleteEverythingInDB(org.neo4j.graphdb.GraphDatabaseService graphDb)
public static <T extends org.neo4j.server.rest.repr.Representation> List<T> getListFromListRepresentation(org.neo4j.server.rest.repr.ListRepresentation listrep) throws SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException
public static <T extends org.neo4j.server.rest.repr.Representation> Iterable<T> getIterableFromListRepresentation(org.neo4j.server.rest.repr.ListRepresentation listrep) throws SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException
public static org.neo4j.graphdb.GraphDatabaseService getGraphDB()
public static void printNodeProperties(org.neo4j.graphdb.Node n)
Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.