Crate ntest_test_cases

source ·
Expand description

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

Attribute Macros§

  • 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.