Macro test_casing::cases

source ·
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.