test-case-derive 0.2.3

Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily
Documentation
1
2
3
4
5
6
7
8
9
mod keywords;
mod escape_ident;
mod token_trees_to_string;
mod predicates;

pub use self::keywords::*;
pub use self::escape_ident::*;
pub use self::token_trees_to_string::*;
pub use self::predicates::*;