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.rs:3:1
  |
3 | #[parameterized(y = { 1, 2, 3 })]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: message: parameterized-macro: error: Unable to find value for parameter 'x' (case #0)