[][src]Crate ntest_test_cases

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.