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 an extension to #7, it'd be nice to have "matcher" logic, which can help simplify testing that values match a given expectation in a simplified way. These matchers can be based off of the way other testing libraries are written, such as Catch2 or GTest.
This should also be usable in an assertion, which would ideally generate a custom message. These will also be useful for mocking when we want expectations on types.
The text was updated successfully, but these errors were encountered:
As an extension to #7, it'd be nice to have "matcher" logic, which can help simplify testing that values match a given expectation in a simplified way. These matchers can be based off of the way other testing libraries are written, such as Catch2 or GTest.
This should also be usable in an assertion, which would ideally generate a custom message. These will also be useful for mocking when we want expectations on types.
The text was updated successfully, but these errors were encountered: