[][src]Crate ntest_test_cases

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.