use of com.google.common.testing.TestLogHandler in project guava by hceylan.
the class CacheLoadingTest method setUp.
@Override
public void setUp() throws Exception {
super.setUp();
logHandler = new TestLogHandler();
LocalCache.logger.addHandler(logHandler);
}
use of com.google.common.testing.TestLogHandler in project guava by hceylan.
the class LocalCacheTest method setUp.
@Override
public void setUp() throws Exception {
super.setUp();
logHandler = new TestLogHandler();
LocalCache.logger.addHandler(logHandler);
}
Aggregations