Crate rustest_macro

Source

Macros§

main

Attribute Macros§

fixture
This macro automatically adds tests marked with #[test] to the test collection. Tests then can be run with libtest_mimic_collect::TestCollection::run().
test
This macro automatically adds tests function marked with #[test] to the test collection.