Module testing

Source
Expand description

Module for testing the assertor library itself. Expected to be used by library developers.

Re-exports§

pub use crate::Fact;

Macros§

assert_that
An assertion macro that panics when the assertion fails.
check_that
Only for library developers. An assertion macro to get the result of assertion without throwing panic. Expected to be used for testing assertion library.

Structs§

CheckThatResult
Data structure that contains assertion result and messages.

Traits§

CheckThatResultAssertion
Trait for assertions for assertion messages.