[go: up one dir, main page]

test-case-core 3.3.1

Provides core functionality for parsing #[test_case(...)] procedural macro attribute for generating parametrized test cases easily
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use proc_macro2::TokenStream as TokenStream2;

mod comment;
mod complex_expr;
mod expr;
mod modifier;
mod test_case;
mod test_matrix;
mod utils;

pub use test_case::TestCase;
pub use test_matrix::TestMatrix;