# 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](Boolean-Matchers)
- [Equality Matchers](Equality-Matchers)
- [Numeric Matchers](Numeric-Matchers)
- [String Matchers](String-Matchers)
- [Collection Matchers](Collection-Matchers)
- [HashMap Matchers](HashMap-Matchers)
- [Option Matchers](Option-Matchers)
- [Result Matchers](Result-Matchers)
## Guides
- [Using Modifiers (AND/OR)](Using-Modifiers)
- [Custom Matchers](Custom-Matchers)
- [Output Formatting](Output-Formatting)
- [Architecture](Architecture)