assert_that

Crates.ioassert_that
lib.rsassert_that
version0.1.2
sourcesrc
created_at2020-06-20 04:21:16.803661
updated_at2020-06-21 13:53:02.909002
descriptionHelper macros for use with boolean-valued predicate functions.
homepagehttps://github.com/ian-h-chamberlain/assert_that
repositoryhttps://github.com/ian-h-chamberlain/assert_that
max_upload_size
id255897
size7,840
Ian Chamberlain (ian-h-chamberlain)

documentation

https://docs.rs/assert_that

README

assert_that

Build Status Documentation License

Helpers for use with predicates. This crate's core macro prints more detailed output on failure than assert!, using output from predicates-tree.

Inspired in part by Google Mock matchers.

Usage

See this crate's documentation for examples.

Commit count: 13

cargo fmt