public final class TestServerBuilders extends Object
TestServerBuilder instances.| Modifier and Type | Method and Description |
|---|---|
static TestServerBuilder |
newInProcessBuilder()
Create a builder capable of starting an in-process Neo4j instance.
|
static TestServerBuilder |
newInProcessBuilder(File workingDirectory)
Create a builder capable of starting an in-process Neo4j instance, running in a subdirectory of the specified directory.
|
public static TestServerBuilder newInProcessBuilder()
public static TestServerBuilder newInProcessBuilder(File workingDirectory)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.