diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/IntegrationTestsSupport.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/IntegrationTestsSupport.java index 7198949..542a61b 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/IntegrationTestsSupport.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/IntegrationTestsSupport.java @@ -289,6 +289,15 @@ public abstract class IntegrationTestsSupport { closeGemFireCacheWaitOnCacheClosedEvent(); } + /** + * Alias for {@link #closeAnyApacheGeodeCache()}. + * + * @see #closeAnyApacheGeodeCache() + */ + public static void closeAnyGemFireCache() { + closeAnyApacheGeodeCache(); + } + /** * Closes any Apache Geode {@link Locator} after test (class/suite) execution. *