fluxion-test-utils-0.2.0 has been yanked.
fluxion-test-utils
Part of Fluxion - A reactive stream processing library for Rust
Shared test utilities and fixtures used across the fluxion workspace. This crate contains helpers for creating sequenced streams, reusable test data, and common assertions to simplify unit and integration tests.
What you'll find here
Sequenced<T>wrapper for adding temporal ordering to test values- Test data fixtures:
Person,Animal,Plant TestDataenum for diverse test scenarios- Assertion helpers for stream testing
Quick example
use Sequenced;
use FluxionStream;
async
Running tests
cargo test --package fluxion-test-utils --all-features --all-targets
License
Apache-2.0