Searched refs:didIncidentdFireSince (Results 1 – 3 of 3) sorted by relevance
115 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testCountAnomalyDetection()121 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testCountAnomalyDetection()127 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testCountAnomalyDetection()135 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testCountAnomalyDetection()197 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testDurationAnomalyDetection()268 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testValueAnomalyDetection()276 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testValueAnomalyDetection()359 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testGaugeAnomalyDetection()368 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testGaugeAnomalyDetection()
61 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testAlarm()
159 protected boolean didIncidentdFireSince(String date) throws Exception { in didIncidentdFireSince() method in AtomTestCase