41424344454647
@BeforeMethod(groups = { "unitTest" }) public void setup() { _helixManager = new MockManager(CLUSTER_NAME); _statsHolder = new StatsHolder(_helixManager, new HealthDataCache()); }
42434445464748
public final String CON = AlertParser.CONSTANT_NAME; @BeforeMethod() public void setup() { _helixManager = new MockManager(CLUSTER_NAME); _alertsHolder = new AlertsHolder(_helixManager, new HealthDataCache()); }