assert_matches
assert_matches copied to clipboard
Provides macro `assert_matches` for testing pattern matching
Results
3
assert_matches issues
Sort by
recently updated
recently updated
newest added
Hi! I found myself implementing a very similar macro a few times. I called it `assert_pat`, but it did virtually the same thing. Today I thought I should create an...
This commit uses the `?` operator to support optional trailing commas in macro calls without requiring the call to use the panic-message arms. The `?` macro operator was stabilized in...