Searched refs:handled (Results 1 – 1 of 1) sorted by relevance
430 AtomicBoolean handled = new AtomicBoolean(false); in runWithScreenRecording_jobThrowsException_videoFileIsHandled() local434 () -> sut.runWithScreenRecording(job, (video, time) -> handled.set(true))); in runWithScreenRecording_jobThrowsException_videoFileIsHandled()436 assertThat(handled.get()).isTrue(); in runWithScreenRecording_jobThrowsException_videoFileIsHandled()