Skip to content

Commit aad71d8

Browse files
committed
Add closeAnyGemFireCache() method as an alias to closeAnyApacheGeodeCache().
1 parent 8f92f72 commit aad71d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/IntegrationTestsSupport.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,15 @@ public static void closeAnyApacheGeodeCache() {
289289
closeGemFireCacheWaitOnCacheClosedEvent();
290290
}
291291

292+
/**
293+
* Alias for {@link #closeAnyApacheGeodeCache()}.
294+
*
295+
* @see #closeAnyApacheGeodeCache()
296+
*/
297+
public static void closeAnyGemFireCache() {
298+
closeAnyApacheGeodeCache();
299+
}
300+
292301
/**
293302
* Closes any Apache Geode {@link Locator} after test (class/suite) execution.
294303
*

0 commit comments

Comments
 (0)