Lines Matching refs:then
271 … assertThat(event_stream).emits(lambda data: data.value_ == 1).then(lambda data: data.value_ == 3)
302 … lambda data: data.value_ == 1).inAnyOrder().then(lambda data: data.value_ == 3)
373 .then(lambda data: data.value_ == 3)
379 when(thing).test_request(anything()).then().increment_count()
392 when(thing).test_request(anything()).then().increment_count()
405 when(thing).test_request(anything()).then(times=3).increment_count()
446 when(thing).test_request(anything()).then().increment_count().increment_count()
460 when(thing).test_request(lambda obj: obj == "B").then(times=1).increment_count()
477 when(thing).test_request(anything()).then().increment_count()
492 when(thing).test_request(anything()).then().increment_count()
502 when(thing).test_request(is_a).then().increment_count()
515 when(thing).test_request(lambda obj: obj == "A").then().increment_count()
528 when(thing).test_request(lambda obj: obj == "A").then().increment_count()
542 when(thing).test_request(lambda obj: obj == "A").then().increment_count()
564 when(thing).test_request(lambda obj: obj == "A").then().increment_count().increment_count()