You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As commented in #16 (review), I think it might be nice to support multiple output matchers. I'm thinking of having either one exact output matcher, or a list of fuzzy matches.
There might also be a nice way of parameterizing the Assert struct so that only Assert<NoOutputAssert> has .prints_exactly(), and both Assert<NoOutputAssert> and Assert<FuzzyOutputAssert> have .prints().
As commented in #16 (review), I think it might be nice to support multiple output matchers. I'm thinking of having either one exact output matcher, or a list of fuzzy matches.
There might also be a nice way of parameterizing the Assert struct so that only
Assert<NoOutputAssert>has.prints_exactly(), and bothAssert<NoOutputAssert>andAssert<FuzzyOutputAssert>have.prints().