Rename IntegrationTestsSupport.clearAllBeanFactoryLocators() method to closeAllBeanFactoryLocators().
This commit is contained in:
@@ -151,11 +151,6 @@ public abstract class IntegrationTestsSupport {
|
||||
}
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
public static void clearAllBeanFactoryLocators() {
|
||||
GemfireBeanFactoryLocator.clear();
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
public static void clearAllJavaGemFireGeodeAndSpringDotPrefixedSystemProperties() {
|
||||
|
||||
@@ -166,6 +161,11 @@ public abstract class IntegrationTestsSupport {
|
||||
allSystemPropertyNames.forEach(System::clearProperty);
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
public static void closeAllBeanFactoryLocators() {
|
||||
GemfireBeanFactoryLocator.clear();
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
public static void destroyAllGemFireMockObjects() {
|
||||
GemFireMockObjectsSupport.destroy();
|
||||
|
||||
Reference in New Issue
Block a user