use of org.apache.geode.cache.util.AutoBalancer.OOBAuditor in project geode by apache.
the class AutoBalancerJUnitTest method testNoCacheError.
@Test(expected = IllegalStateException.class)
public void testNoCacheError() {
AutoBalancer balancer = new AutoBalancer();
OOBAuditor auditor = balancer.getOOBAuditor();
auditor.execute();
}
Aggregations