assertables 9.9.0

Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Comparisons: cool_asserts

<https://crates.io/crates/cool_asserts>

The `cool_assert` crate is a collection of useful assertions and other utilities for writing tests in Rust.

The most popular macro in the crate is `assert_matches`.

## Macros

* assert_matches: Assert that the value of an expression matches a given pattern.
* assert_panics: Assert that an expression panics.
* assertion_failure: Panic with an assertion failure message.

## Functions

* get_panic_message: Get the panic message as a &str, if available.