parameterized-macro 0.3.0

Attribute macro crate for parameterized tests.
Documentation
1
2
3
4
5
6
7
error: custom attribute panicked
 --> $DIR/input_param_order_in_err_message.rs:3:1
  |
3 | #[parameterized(zzz = { "a", "b" }, aaa = { 1, 2, 3 })]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: message: [parameterized-macro] error: Inconsistent argument list length for 'aaa'; all inputs (zzz, aaa) should have equal length