Gio Lodi 5/5/2015

Writing an Expecta custom matcher

Read Original

This technical tutorial explains how to write custom matchers for the Expecta testing library in Objective-C. It covers the reasons for creating custom matchers (DRYness, readability, power), walks through the implementation steps using a practical example (a .beAFruit matcher), and details the prerequisite, match, and failure message blocks required for a functional matcher.

Writing an Expecta custom matcher

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes