Skip to main content

Module fixture_store

Module fixture_store 

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

FixtureLoadOptions
Configuration for loading fixtures from a directory

Enums§

FixtureFileFormat
Supported file formats for fixture loading
FixtureFileGranularity
Whether each file contains a single fixture or an array of fixtures
FixtureLoadErrorMode
How to handle parse errors when loading fixture files

Functions§

load_fixtures_from_dir
Load fixtures of type T from all matching files in a directory.