Home - mister-good-deal/rest GitHub Wiki
FluentTest Wiki
Welcome to the FluentTest Wiki! This is your comprehensive guide to using FluentTest, a fluent, Jest-like testing library for Rust.
Available Matchers
FluentTest provides a comprehensive set of matchers for various types. All matchers support negation through either the not()
method or the expect_not!
macro.
- Boolean Matchers
- Equality Matchers
- Numeric Matchers
- String Matchers
- Collection Matchers
- HashMap Matchers
- Option Matchers
- Result Matchers