Add closeAnyGemFireCache() method as an alias to closeAnyApacheGeodeCache().
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user