parameterized-macro 3.0.0

Attribute macro crate for parameterized tests.
Documentation
1
2
3
4
5
6
7
error: custom attribute panicked
 --> $DIR/no_param_nr2.rs:3:1
  |
3 | #[parameterized(x = { 1, 2, 3 }, y = { 1, 2, 3 })]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: message: parameterized-macro: error: Unable to find value for parameter 'x2' (case #0)