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

Assertion operators #9

Open
25 of 38 tasks
h2non opened this issue Feb 19, 2017 · 0 comments
Open
25 of 38 tasks

Assertion operators #9

h2non opened this issue Feb 19, 2017 · 0 comments
Assignees
Milestone

Comments

@h2non
Copy link
Member

h2non commented Feb 19, 2017

  • equal
  • deep.equal
  • strict.equal
  • be
  • be.true
  • be.false
  • be.none
  • be.a / be.an / be.type
  • be.empty
  • be_above
  • be.below
  • be.above_or_equal
  • be.below_or_equal
  • be.within
  • approximately
  • be.callable
  • have.len / have.length
  • have.property
  • have.properties
  • have.key
  • have.keys
  • have.value
  • have.values
  • contain
  • contain.exactly
  • contain.only
  • contain.deep
  • startswith / start_with / starts_with
  • endswith / end_with / ends_with
  • match / matches
  • match.each
  • match.any
  • raise_error / raises
  • implements / satisfies
  • first
  • last
  • head(size)
  • tail(size)
@h2non h2non self-assigned this Feb 19, 2017
@h2non h2non added this to the stable milestone Mar 2, 2017
@h2non h2non changed the title Expectation operators Assertion operators Mar 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant