macro_rules! cases {
($iter:expr) => { ... };
}
Expand description
Creates TestCases
based on the provided expression implementing IntoIterator
(e.g., an array, a range or an iterator).
ยงExamples
See TestCases
docs for the examples of usage.