assertEquals(HostHealthStatus.HealthStatus.ALERT.name(), hostObject.getStatus());
}
private ActionManager getMockActionManager() {
return new ActionManager(0, 0, null, null,
new ActionDBInMemoryImpl(), new HostsMap((String) null), null, unitOfWork, null);
}