[][src]Module hamcrest2::prelude

Re-exports

pub use core::assert_that;
pub use core::Matcher as HamcrestMatcher;
pub use matchers::all::all;
pub use matchers::all::all as all_of;
pub use matchers::all::all as and;
pub use matchers::any::any;
pub use matchers::any::any as any_of;
pub use matchers::any::any 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::empty::empty;
pub use matchers::equal_to::equal_to;
pub use matchers::equal_to::equal_to as eq;
pub use matchers::err::err;
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::len::len;
pub use matchers::len::len as of_len;
pub use matchers::none::none;
pub use matchers::ok::ok;
pub use matchers::path_exists::dir_exists;
pub use matchers::path_exists::dir_exists as existing_dir;
pub use matchers::path_exists::file_exists;
pub use matchers::path_exists::file_exists as existing_file;
pub use matchers::path_exists::path_exists;
pub use matchers::path_exists::path_exists as existing_path;
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;