qutonium 0.1.6

simplify unit testing with a functional testing framework 📈
Documentation
1
2
3
4
5
6
use crate::core::matcher::{Matcher, Matcherable};


pub fn abort () -> Matcherable<bool> {
  Matcherable::new(true)
}