Crate rust_test_framework

Crate rust_test_framework 

Source

Enums§

SourceType
A source type to generate tests from.

Attribute Macros§

test_case_source
Generates tests based on a provided source and model of that data (must implement/derive serde::Deserialize or be a build-in type).