Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert: Add a self-describing Matcher #1507

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2023

  1. Add a Matches assert to test against a MAtcher interface

    This allows the assert pacakge to be externaly extended, without
    losing the clear description in the case of a test failure.
    Pete Hammond committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e7349a4 View commit details
    Browse the repository at this point in the history
  2. Improve interface documentation

    Pete Hammond committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f000fa1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Improved example test

    Pete Hammond committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d129b51 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Commit generated files

    Pete Hammond committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3505740 View commit details
    Browse the repository at this point in the history