Expand description
Tokio and Futures based testing utilites
§Example
let mut fut = future::ok::<(), ()>(());
assert_ready!(fut.poll());Modules§
Macros§
- assert_
elapsed - Assert if the deadline has passed
- assert_
err - Assert if a poll the poll errored
- assert_
not_ ready - Asset if the poll is not ready
- assert_
ready - Assert if a poll is ready
- assert_
ready_ eq - Assert if a poll is ready and check for equality on the value