0.4.2
Pre-release
Pre-release
API additions
- A new method
times
on the matchercontains_substring
allows asserting on the number of times the actual string contains the given substring. - The enum
MatcherResult
can now be converted to and frombool
(representingMatcherResult::Matches
) via theInto
andFrom
traits.
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.