Skip navigation links
C G N O V W 

C

configure() - Method in class org.testcontainers.containers.Neo4jContainer
 

G

getAdminPassword() - Method in class org.testcontainers.containers.Neo4jContainer
 
getBoltUrl() - Method in class org.testcontainers.containers.Neo4jContainer
 
getHttpsUrl() - Method in class org.testcontainers.containers.Neo4jContainer
 
getHttpUrl() - Method in class org.testcontainers.containers.Neo4jContainer
 
getLivenessCheckPortNumbers() - Method in class org.testcontainers.containers.Neo4jContainer
 

N

Neo4jContainer<S extends Neo4jContainer<S>> - Class in org.testcontainers.containers
Testcontainers implementation for Neo4j.
Neo4jContainer() - Constructor for class org.testcontainers.containers.Neo4jContainer
Deprecated.
Neo4jContainer(String) - Constructor for class org.testcontainers.containers.Neo4jContainer
Creates a Neo4jContainer using a specific docker image.
Neo4jContainer(DockerImageName) - Constructor for class org.testcontainers.containers.Neo4jContainer
Creates a Neo4jContainer using a specific docker image.
Neo4jLabsPlugin - Enum in org.testcontainers.containers
Deprecated.
Please use Neo4jContainer.withLabsPlugins(String...) with the matching plugin name for your Neo4j version. Due to some renaming of the (Docker image) plugin names, there is no naming consistency across versions. The plugins are listed here

O

org.testcontainers.containers - package org.testcontainers.containers
 

V

valueOf(String) - Static method in enum org.testcontainers.containers.Neo4jLabsPlugin
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.testcontainers.containers.Neo4jLabsPlugin
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

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
Deprecated.
Neo4jLabsPlugin were deprecated due to naming changes that cannot be solved by this enumeration. Please use the Neo4jContainer.withPlugins(String...) method.
withLabsPlugins(String...) - Method in class org.testcontainers.containers.Neo4jContainer
Deprecated.
Please use Neo4jContainer.withPlugins(String...) for named plugins.
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
 
C G N O V W 
Skip navigation links