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.