Expand description
FluentTest: A fluent, Jest-like testing library for Rust
This crate provides a more expressive way to write tests in Rust, inspired by JavaScript testing frameworks like Jest.
Modules§
Macros§
- expect
- Main entry point for fluent assertions
- expect_
not - Shorthand for creating a negated expectation This provides a more natural way to write assertions with not
- fluent_
test - Run all FluentTest tests in a module
Structs§
Functions§
- config
- Creates a new test configuration