| Enum and Description |
|---|
| org.testcontainers.containers.Neo4jLabsPlugin
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
|
| Method and Description |
|---|
org.testcontainers.containers.Neo4jContainer.withLabsPlugins(Neo4jLabsPlugin...)
Neo4jLabsPlugin were deprecated due to naming changes that cannot be solved by this enumeration.
Please use the Neo4jContainer.withPlugins(String...) method. |
| org.testcontainers.containers.Neo4jContainer.withLabsPlugins(String...)
Please use
Neo4jContainer.withPlugins(String...) for named plugins. |
| Constructor and Description |
|---|
| org.testcontainers.containers.Neo4jContainer()
use
Neo4jContainer(DockerImageName) instead |