Module agnostic_async_executor::test[][src]

Agnostic executor test utilities that can be used to test your executor agnostic async code in all the available executors with minimal effort, including in wasm.

Re-exports

pub use super::check;
pub use super::check_eq;
pub use super::check_op;
pub use super::check_gt;
pub use super::check_lt;
pub use super::check_ge;
pub use super::check_le;

Structs

TestHelper

A test helper instance that can be used to perform checks inside async tasks of the tests in a ways that is executor agnostic and works everywhere, even in wasm

Functions

test_in_wasm

Define and un a wasm test