-
Notifications
You must be signed in to change notification settings - Fork 40
Add is (not) len ... #81
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
As an user of test case I want to be able to test for lenght of actual value within complex assertions, eg.:
#[test_case(b"1" => is len 1)]
fn test_this(s: &[u8]) -> &[u8] {
s
}
This feature can use simple #expr.len() and assume user uses type that supplies len method
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers