Searched refs:getNextActive (Results 1 – 2 of 2) sorted by relevance
38 public Boolean getNextActive(long timeoutMs) throws InterruptedException { in getNextActive() method in OpActiveChangedCapture
865 assertThat(opCapture.getNextActive(TIMEOUT_MS)).isTrue(); in testMonitoring()866 assertThat(opHighPowerCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()872 assertThat(opCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()873 assertThat(opHighPowerCapture.getNextActive(TIMEOUT_MS)).isTrue(); in testMonitoring()879 assertThat(opCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()880 assertThat(opHighPowerCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()883 assertThat(opCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()884 assertThat(opHighPowerCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()887 assertThat(opCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()888 assertThat(opHighPowerCapture.getNextActive(TIMEOUT_MS)).isFalse(); in testMonitoring()[all …]