mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
[SPR-5640] polishing
This commit is contained in:
+2
@@ -95,6 +95,8 @@ public class ClassLevelDirtiesContextTests {
|
||||
ContextCache contextCache = TestContextManager.contextCache;
|
||||
contextCache.clear();
|
||||
contextCache.clearStatistics();
|
||||
cacheHits.set(0);
|
||||
cacheMisses.set(0);
|
||||
assertCacheStats("BeforeClass", 0, cacheHits.get(), cacheMisses.get());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user