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

Implemented step theResponseShouldContainPartialJson #49

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

Commits on Jan 17, 2014

  1. Implemented step theResponseShouldContainPartialJson :

    Does not check the whole JSON response keys per keys, but only the ones expected.
    Useful for time changing properties, for example
    Alexandre Segura committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    54efd00 View commit details
    Browse the repository at this point in the history
  2. Changed code following comments

    Alexandre Segura committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    808511a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

  1. Changed @given to @then

    Improved step regex
    Only keys of the etalon are checked
    Implemented recursive array comparison
    Alexandre Segura committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    1ef1c01 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2014

  1. Added assertions to avoid typehint fatal errors

    Added comments
    Alexandre Segura committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    ceec22b View commit details
    Browse the repository at this point in the history