xpct 0.5.1

An extensible test assertion library
Documentation
1
2
3
4
5
6
7
8
9
mod contain;
mod elements;
mod every;
mod len;

pub use contain::{BeInMatcher, ConsistOfMatcher, ContainElementsMatcher, Contains};
pub use elements::MatchElementsMatcher;
pub use every::EveryMatcher;
pub use len::{BeEmptyMatcher, HaveLenMatcher, Len};