Module hamcrest2::prelude [] [src]

Re-exports

pub use core::Matcher as HamcrestMatcher;
pub use core::assert_that;
pub use matchers::all_of::all_of;
pub use matchers::all_of::all_of as all;
pub use matchers::all_of::all_of as and;
pub use matchers::any_of::any_of;
pub use matchers::any_of::any_of as any;
pub use matchers::any_of::any_of as or;
pub use matchers::anything::anything;
pub use matchers::close_to::close_to;
pub use matchers::compared_to::greater_than;
pub use matchers::compared_to::greater_than as gt;
pub use matchers::compared_to::greater_than_or_equal_to;
pub use matchers::compared_to::greater_than_or_equal_to as geq;
pub use matchers::compared_to::less_than;
pub use matchers::compared_to::less_than as lt;
pub use matchers::compared_to::less_than_or_equal_to;
pub use matchers::compared_to::less_than_or_equal_to as leq;
pub use matchers::contains::contains;
pub use matchers::equal_to::equal_to;
pub use matchers::equal_to::equal_to as eq;
pub use matchers::existing_path::existing_dir;
pub use matchers::existing_path::existing_file;
pub use matchers::existing_path::existing_path;
pub use matchers::has::has;
pub use matchers::is::is;
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::none::none;
pub use matchers::of_len::of_len;
pub use matchers::regex::matches_regex as match_regex;
pub use matchers::regex::matches_regex;
pub use matchers::some::some;
pub use matchers::type_of::type_of;