We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Expectations (markdown)
Add indents to notification matchers example.
Added notification matchers.
Removed extraneous close bracket ("]")
Remove whitespace between braces, add "Example:" to all examples for consistency.
shouldNotBeNil is DEPRECATED_ATTRIBUTE
If followed by a [, may affect the layout
[[subject should] beNonNil] has been replaced with [subject shouldNotBeNil]
Add docs/examples for containString:, startWithString:, and endWithString:
Add example for matchPattern:options:
Add matchPattern:
Wrap id in ` ` code formatting. Add example of what a scalar is
Changes id's to `id`s. Formats as code and corrects spelling (apostrophe s is incorrect pluralization)
Fixes typo: 'wild-cart' -> 'wild-card'
Added async details.
Added documentation for selectors with specific arguments
Removed unnecessary spaces and added objective-c formatting.
Enclose primitive type with marco theValue()
Fixed a small typo in Custom Matchers section
Added navigation bar
Added missing link.