private void getting_service_availability() { service_monitor = new ServiceMonitor(service_name, service_dependencies.ToArray()); overall_availability = service_monitor.Availability(); }
private void it_has_any_monitored_alerts() { the_status.Alerts.should_be(service_monitor.Availability().Alerts); }