🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

Java

Community Modules

These modules are maintained by the community, outside of the Testcontainers project.

Description

VMware GemFire is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.

Examples

GemFireClusterContainer<?> gemfire = new GemFireClusterContainer<>()
.acceptLicense()
gemfire.start();