Crate ntest_test_cases

Source
Expand description

Part of the ntest library. Add test cases to the rust test framework.

Attribute Macrosยง

test_case
Test cases can be used to have multiple inputs for a given function. With the #[test_case] attribute multiple tests will be generated using the Procedural Macros capabilities of rust.