public void wait_is_true_if_the_condition_is_already_true() { theContext.Wait(() => true, new TimeSpan(0, 0, 0, 0, 500)).ShouldBe(true); }