Index

A B C G N O S V W 
All Classes and Interfaces|All Packages

A

APOC - Enum constant in enum class org.testcontainers.containers.Neo4jLabsPlugin
Deprecated.
 
APOC_CORE - Enum constant in enum class org.testcontainers.containers.Neo4jLabsPlugin
Deprecated.
 

B

BLOOM - Enum constant in enum class org.testcontainers.containers.Neo4jLabsPlugin
Deprecated.
 

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
 
GRAPH_DATA_SCIENCE - Enum constant in enum class org.testcontainers.containers.Neo4jLabsPlugin
Deprecated.
 

N

NEO_SEMANTICS - Enum constant in enum class org.testcontainers.containers.Neo4jLabsPlugin
Deprecated.
 
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 Class 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
 

S

STREAMS - Enum constant in enum class org.testcontainers.containers.Neo4jLabsPlugin
Deprecated.
 

V

valueOf(String) - Static method in enum class org.testcontainers.containers.Neo4jLabsPlugin
Deprecated.
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.testcontainers.containers.Neo4jLabsPlugin
Deprecated.
Returns an array containing the constants of this enum class, 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(String...) - Method in class org.testcontainers.containers.Neo4jContainer
Deprecated.
Please use Neo4jContainer.withPlugins(String...) for named plugins.
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.
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(String...) - Method in class org.testcontainers.containers.Neo4jContainer
Registers one or more Neo4j plugins for server startup.
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
 
A B C G N O S V W 
All Classes and Interfaces|All Packages