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
Reflects a plugin from the official Neo4j 4.4.

O

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

V

valueOf(String) - Static method in enum org.testcontainers.containers.Neo4jLabsPlugin
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.testcontainers.containers.Neo4jLabsPlugin
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
Registers one or more Neo4jLabsPlugin for download and server startup.
withLabsPlugins(String...) - Method in class org.testcontainers.containers.Neo4jContainer
Registers one or more Neo4jLabsPlugin for download and server startup.
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.
withRandomPassword() - Method in class org.testcontainers.containers.Neo4jContainer
 
C G N O V W 
Skip navigation links