Skip navigation links
A B C E F G H I N O P S T W 

A

AbstractInProcessServerBuilder - Class in org.neo4j.harness.internal
 
AbstractInProcessServerBuilder(File) - Constructor for class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
add(String, String) - Method in class org.neo4j.harness.internal.Extensions
 
add(File) - Method in class org.neo4j.harness.internal.Fixtures
 
add(String) - Method in class org.neo4j.harness.internal.Fixtures
 
add(Function<GraphDatabaseService, Void>) - Method in class org.neo4j.harness.internal.Fixtures
 
addFunction(Class<?>) - Method in class org.neo4j.harness.internal.HarnessRegisteredProcs
 
addProcedure(Class<?>) - Method in class org.neo4j.harness.internal.HarnessRegisteredProcs
 
apply(Statement, Description) - Method in class org.neo4j.harness.junit.Neo4jRule
 
applyTo(InProcessServerControls) - Method in class org.neo4j.harness.internal.Fixtures
 
applyTo(Procedures) - Method in class org.neo4j.harness.internal.HarnessRegisteredProcs
 

B

boltURI() - Method in class org.neo4j.harness.internal.InProcessServerControls
 
boltURI() - Method in class org.neo4j.harness.junit.Neo4jRule
 
boltURI() - Method in interface org.neo4j.harness.ServerControls
Returns the URI to the Bolt Protocol connector of the instance.

C

close() - Method in class org.neo4j.harness.internal.InProcessServerControls
 
close() - Method in interface org.neo4j.harness.ServerControls
Stop the test instance and delete all files related to it on disk.
config() - Method in class org.neo4j.harness.internal.InProcessServerControls
 
config() - Method in interface org.neo4j.harness.ServerControls
Returns the server's configuration
copyFrom(File) - Method in class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
copyFrom(File) - Method in class org.neo4j.harness.junit.Neo4jRule
 
copyFrom(File) - Method in interface org.neo4j.harness.TestServerBuilder
Pre-populate the server with a database copied from the specified directory

E

Extensions - Class in org.neo4j.harness.internal
 
Extensions() - Constructor for class org.neo4j.harness.internal.Extensions
 

F

findFreePort(String, int[]) - Static method in class org.neo4j.harness.internal.Ports
 
Fixtures - Class in org.neo4j.harness.internal
Manages user-defined cypher fixtures that can be exercised against the server.
Fixtures() - Constructor for class org.neo4j.harness.internal.Fixtures
 

G

getConfig() - Method in class org.neo4j.harness.junit.Neo4jRule
 
getGraphDatabaseService() - Method in class org.neo4j.harness.junit.Neo4jRule
 
graph() - Method in class org.neo4j.harness.internal.InProcessServerControls
 
graph() - Method in interface org.neo4j.harness.ServerControls
Access the GraphDatabaseService used by the server

H

HarnessRegisteredProcs - Class in org.neo4j.harness.internal
 
HarnessRegisteredProcs() - Constructor for class org.neo4j.harness.internal.HarnessRegisteredProcs
 
httpsURI() - Method in class org.neo4j.harness.internal.InProcessServerControls
 
httpsURI() - Method in class org.neo4j.harness.junit.Neo4jRule
 
httpsURI() - Method in interface org.neo4j.harness.ServerControls
Returns ths URI to the root resource of the instance using the https protocol.
httpURI() - Method in class org.neo4j.harness.internal.InProcessServerControls
 
httpURI() - Method in class org.neo4j.harness.junit.Neo4jRule
 
httpURI() - Method in interface org.neo4j.harness.ServerControls
Returns the URI to the root resource of the instance.

I

INADDR_ANY - Static variable in class org.neo4j.harness.internal.Ports
 
INADDR_LOCALHOST - Static variable in class org.neo4j.harness.internal.Ports
 
InProcessServerBuilder - Class in org.neo4j.harness.internal
 
InProcessServerBuilder() - Constructor for class org.neo4j.harness.internal.InProcessServerBuilder
 
InProcessServerBuilder(File) - Constructor for class org.neo4j.harness.internal.InProcessServerBuilder
 
InProcessServerControls - Class in org.neo4j.harness.internal
 
InProcessServerControls(File, AbstractNeoServer, Closeable) - Constructor for class org.neo4j.harness.internal.InProcessServerControls
 

N

Neo4jRule - Class in org.neo4j.harness.junit
A convenience wrapper around TestServerBuilder, exposing it as a JUnit rule.
Neo4jRule() - Constructor for class org.neo4j.harness.junit.Neo4jRule
 
Neo4jRule(File) - Constructor for class org.neo4j.harness.junit.Neo4jRule
 
newInProcessBuilder() - Static method in class org.neo4j.harness.TestServerBuilders
Create a builder capable of starting an in-process Neo4j instance.
newInProcessBuilder(File) - Static method in class org.neo4j.harness.TestServerBuilders
Create a builder capable of starting an in-process Neo4j instance, running in a subdirectory of the specified directory.
newServer() - Method in class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
newServer() - Method in class org.neo4j.harness.junit.Neo4jRule
 
newServer() - Method in interface org.neo4j.harness.TestServerBuilder
Start a new server.

O

org.neo4j.harness - package org.neo4j.harness
 
org.neo4j.harness.internal - package org.neo4j.harness.internal
 
org.neo4j.harness.junit - package org.neo4j.harness.junit
 

P

Ports - Class in org.neo4j.harness.internal
 
Ports() - Constructor for class org.neo4j.harness.internal.Ports
 

S

ServerControls - Interface in org.neo4j.harness
Control panel for a Neo4j test instance.
start() - Method in class org.neo4j.harness.internal.InProcessServerControls
 

T

TestServerBuilder - Interface in org.neo4j.harness
Utility for constructing and starting Neo4j for test purposes.
TestServerBuilders - Class in org.neo4j.harness
Factories for creating TestServerBuilder instances.
toList() - Method in class org.neo4j.harness.internal.Extensions
 

W

withConfig(Setting<?>, String) - Method in class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
withConfig(String, String) - Method in class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
withConfig(Setting<?>, String) - Method in class org.neo4j.harness.junit.Neo4jRule
 
withConfig(String, String) - Method in class org.neo4j.harness.junit.Neo4jRule
 
withConfig(Setting<?>, String) - Method in interface org.neo4j.harness.TestServerBuilder
Configure the Neo4j instance.
withConfig(String, String) - Method in interface org.neo4j.harness.TestServerBuilder
 
withExtension(String, Class<?>) - Method in class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
withExtension(String, String) - Method in class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
withExtension(String, Class<?>) - Method in class org.neo4j.harness.junit.Neo4jRule
 
withExtension(String, String) - Method in class org.neo4j.harness.junit.Neo4jRule
 
withExtension(String, Class<?>) - Method in interface org.neo4j.harness.TestServerBuilder
Shortcut for configuring the server to use an unmanaged extension.
withExtension(String, String) - Method in interface org.neo4j.harness.TestServerBuilder
Shortcut for configuring the server to find and mount all unmanaged extensions in the given package.
withFixture(File) - Method in class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
withFixture(String) - Method in class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
withFixture(Function<GraphDatabaseService, Void>) - Method in class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
withFixture(File) - Method in class org.neo4j.harness.junit.Neo4jRule
 
withFixture(String) - Method in class org.neo4j.harness.junit.Neo4jRule
 
withFixture(Function<GraphDatabaseService, Void>) - Method in class org.neo4j.harness.junit.Neo4jRule
 
withFixture(File) - Method in interface org.neo4j.harness.TestServerBuilder
Data fixtures to inject upon server start.
withFixture(String) - Method in interface org.neo4j.harness.TestServerBuilder
Data fixture to inject upon server start.
withFixture(Function<GraphDatabaseService, Void>) - Method in interface org.neo4j.harness.TestServerBuilder
Data fixture to inject upon server start.
withFunction(Class<?>) - Method in class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
withFunction(Class<?>) - Method in class org.neo4j.harness.junit.Neo4jRule
 
withFunction(Class<?>) - Method in interface org.neo4j.harness.TestServerBuilder
Configure the server to load the specified function definition class.
withProcedure(Class<?>) - Method in class org.neo4j.harness.internal.AbstractInProcessServerBuilder
 
withProcedure(Class<?>) - Method in class org.neo4j.harness.junit.Neo4jRule
 
withProcedure(Class<?>) - Method in interface org.neo4j.harness.TestServerBuilder
Configure the server to load the specified procedure definition class.
A B C E F G H I N O P S T W 
Skip navigation links

Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.