}
@Before
public void setUp() throws RemoteException, ShellException {
db = (GraphDatabaseAPI) new TestGraphDatabaseFactory().newImpermanentDatabase();
client = new SameJvmClient(Collections.<String, Serializable>emptyMap(), new GraphDatabaseShellServer(db));
nodeAutoIndexer = db.index().getNodeAutoIndexer();
relAutoIndexer = db.index().getRelationshipAutoIndexer();
}