[go: up one dir, main page]

Module prelude

Source
Expand description

A module contains reexport of all useful functions.

Re-exports§

pub use crate::core::expect;
pub use crate::matchers::be_close_to;
pub use crate::matchers::be_empty;
pub use crate::matchers::be_eq;
pub use crate::matchers::be_equal_to;
pub use crate::matchers::be_err;
pub use crate::matchers::be_false;
pub use crate::matchers::be_ge;
pub use crate::matchers::be_greater_or_equal_to;
pub use crate::matchers::be_greater_than;
pub use crate::matchers::be_gt;
pub use crate::matchers::be_le;
pub use crate::matchers::be_less_or_equal_to;
pub use crate::matchers::be_less_than;
pub use crate::matchers::be_lt;
pub use crate::matchers::be_none;
pub use crate::matchers::be_ok;
pub use crate::matchers::be_some;
pub use crate::matchers::be_true;
pub use crate::matchers::be_within_range;
pub use crate::matchers::have_count;

Macros§

expect
A macro intended to use as a powerful replacement of expect function.