Module test

Source
Expand description

Helpers for writing tests using drivers and dispatchers

Functionsยง

run_in_driver
Runs the given closure under the a new root driver dispatcher. Use fdf::CurrentDispatcher to reference the dispatcher if needed.
run_in_driver_etc
Runs the given closure under a new root driver dispatcher, with some additional options. Use fdf::CurrentDispatcher to reference the dispatcher if needed.
spawn_in_driver
Runs the given future to completion under the a new root driver dispatcher. Use fdf::CurrentDispatcher to reference the dispatcher if needed.
spawn_in_driver_etc
Runs the given future to completion under a new root driver dispatcher, with some additional options. Use fdf::CurrentDispatcher to reference the dispatcher if needed.