Expand description
Generic fixture loading utilities shared across protocol crates Generic fixture loading utilities for protocol crates.
Provides a shared load_fixtures_from_dir function that replaces the duplicated
YAML/JSON fixture loading logic across Kafka, MQTT, AMQP, SMTP, FTP, and TCP crates.
Structs§
- Fixture
Load Options - Configuration for loading fixtures from a directory
Enums§
- Fixture
File Format - Supported file formats for fixture loading
- Fixture
File Granularity - Whether each file contains a single fixture or an array of fixtures
- Fixture
Load Error Mode - How to handle parse errors when loading fixture files
Functions§
- load_
fixtures_ from_ dir - Load fixtures of type
Tfrom all matching files in a directory.