![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
Neo4jFixture (Path rootDir, String listenAddress) | |
void | start () |
void | stop () |
String | getListenAddress () |
GraphDatabaseService | getGraphDatabaseService () |
Definition at line 11 of file Neo4jFixture.java.
org.openkilda.wfm.Neo4jFixture.Neo4jFixture | ( | Path | rootDir, |
String | listenAddress | ||
) |
Definition at line 18 of file Neo4jFixture.java.
GraphDatabaseService org.openkilda.wfm.Neo4jFixture.getGraphDatabaseService | ( | ) |
Definition at line 45 of file Neo4jFixture.java.
String org.openkilda.wfm.Neo4jFixture.getListenAddress | ( | ) |
Definition at line 41 of file Neo4jFixture.java.
void org.openkilda.wfm.Neo4jFixture.start | ( | ) |
Definition at line 33 of file Neo4jFixture.java.
void org.openkilda.wfm.Neo4jFixture.stop | ( | ) |
Definition at line 37 of file Neo4jFixture.java.