Lines Matching refs:then
265 … assertThat(event_stream).emits(lambda data: data.value_ == 1).then(lambda data: data.value_ == 3)
293 lambda data: data.value_ == 1).inAnyOrder().then(lambda data: data.value_ == 3)
356 .then(lambda data: data.value_ == 3)
461 when(thing).test_request(anything()).then().increment_count()
473 when(thing).test_request(anything()).then().increment_count()
485 when(thing).test_request(anything()).then(times=3).increment_count()
523 when(thing).test_request(anything()).then().increment_count().increment_count()
536 when(thing).test_request(lambda obj: obj == "B").then(times=1).increment_count()
552 when(thing).test_request(anything()).then().increment_count()
566 when(thing).test_request(anything()).then().increment_count()
575 when(thing).test_request(is_a).then().increment_count()
587 when(thing).test_request(lambda obj: obj == "A").then().increment_count()
599 when(thing).test_request(lambda obj: obj == "A").then().increment_count()
612 when(thing).test_request(lambda obj: obj == "A").then().increment_count()
632 when(thing).test_request(lambda obj: obj == "A").then().increment_count().increment_count()