0.4.2
Pre-release
Pre-release
API additions
- A new method
timeson the matchercontains_substringallows asserting on the number of times the actual string contains the given substring. - The enum
MatcherResultcan now be converted to and frombool(representingMatcherResult::Matches) via theIntoandFromtraits.
Bugfixes
- Using both
#[google_test]and#[rstest]on a test should no longer result in problems with compilation. This is a partial fix for #77, as much as is possible within this library alone. The rest of clarified in the documentation.