You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/IntegrationTestsSupport.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -289,6 +289,15 @@ public static void closeAnyApacheGeodeCache() {
289
289
closeGemFireCacheWaitOnCacheClosedEvent();
290
290
}
291
291
292
+
/**
293
+
* Alias for {@link #closeAnyApacheGeodeCache()}.
294
+
*
295
+
* @see #closeAnyApacheGeodeCache()
296
+
*/
297
+
publicstaticvoidcloseAnyGemFireCache() {
298
+
closeAnyApacheGeodeCache();
299
+
}
300
+
292
301
/**
293
302
* Closes any Apache Geode {@link Locator} after test (class/suite) execution.
0 commit comments