- WAIT_FOR_BOLT - Static variable in class org.testcontainers.containers.Neo4jContainer
-
Default wait strategies
- withAdminPassword(String) - Method in class org.testcontainers.containers.Neo4jContainer
-
Sets the admin password for the default account (which is
- withDatabase(MountableFile) - Method in class org.testcontainers.containers.Neo4jContainer
-
Copies an existing graph.db folder into the container.
- withEnterpriseEdition() - Method in class org.testcontainers.containers.Neo4jContainer
-
Configures the container to use the enterprise edition of the default docker image.
- withLabsPlugins(Neo4jLabsPlugin...) - Method in class org.testcontainers.containers.Neo4jContainer
-
- withLabsPlugins(String...) - Method in class org.testcontainers.containers.Neo4jContainer
-
- withNeo4jConfig(String, String) - Method in class org.testcontainers.containers.Neo4jContainer
-
Adds Neo4j configuration properties to the container.
- withoutAuthentication() - Method in class org.testcontainers.containers.Neo4jContainer
-
Disables authentication.
- withPlugins(MountableFile) - Method in class org.testcontainers.containers.Neo4jContainer
-
Adds plugins to the given directory to the container.
- withPlugins(String...) - Method in class org.testcontainers.containers.Neo4jContainer
-
Registers one or more Neo4j plugins for server startup.
- withRandomPassword() - Method in class org.testcontainers.containers.Neo4jContainer
-