Crate fluent_test

Source
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§

expectation
prelude

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§

Config
Configuration for FluentTest’s output and behavior
Reporter

Functions§

config
Creates a new test configuration