Module hamcrest::prelude [] [src]

Reexports

pub use core::assert_that;
pub use core::Matcher as HamcrestMatcher;
pub use matchers::close_to::close_to;
pub use matchers::compared_to::less_than;
pub use matchers::compared_to::less_than_or_equal_to;
pub use matchers::compared_to::greater_than;
pub use matchers::compared_to::greater_than_or_equal_to;
pub use matchers::equal_to::equal_to;
pub use matchers::existing_path::existing_dir;
pub use matchers::existing_path::existing_file;
pub use matchers::existing_path::existing_path;
pub use matchers::is::is_not as does_not;
pub use matchers::is::is_not as not;
pub use matchers::is::is_not;
pub use matchers::is::is;
pub use matchers::none::none;
pub use matchers::regex::matches_regex as match_regex;
pub use matchers::regex::matches_regex;
pub use matchers::vecs::contains;
pub use matchers::vecs::of_len;
pub use matchers::anything::anything;
pub use matchers::type_of::type_of;
pub use matchers::all_of::all_of;
pub use matchers::all_of::all_of as and;
pub use matchers::any_of::any_of;
pub use matchers::any_of::any_of as or;