parameterized-macro 3.0.0

Attribute macro crate for parameterized tests.
Documentation
1
2
3
4
5
6
7
8
error: custom attribute panicked
 --> tests/fail/input_param_order_in_err_message.rs:3:1
  |
3 | #[parameterized(zzz = { "a", "b" }, aaa = { 1, 2, 3 })]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: message: parameterized-macro error: Each test-case parameter should have an equal amount of values passed to it.
          Expected 2 arguments for 'aaa', but got: 3