News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
Getting Started with Hamcrest
January 09, 2008 @ 10:23:00

Following up on the start of his port of the Hamcrest (a library of "matchers") functionality over to PHP, Sebastian Bergmann has posted the getting started guide to show you how to use it with the popular PHPUnit unit testing software.

There are a number of situations where matchers are invaluble, such as UI validation, or data filtering, but it is in the area of writing flexible tests that matchers are most commonly used.

His example that checks to see if one object is equal to another object. The Hamcrest matcher allows for a "assertThat" method making it easier to create and use pre-existing unit testing assertions.

He also includes a list of some of the most common matchers broken up into groups of core, logical, object, number and text.

0 comments voice your opinion now!
hamcrest matcher library gettingstarted tutorial assert hamcrest matcher library gettingstarted tutorial assert


blog comments powered by Disqus

Similar Posts

Community News: Sara Golemon & Christopher Jones - First Day Summaries of php|works

Wez Furlong\'s Blog: Undefined Behaviour

PHPBuilder.com: Refactor Your PHP Site Using MySQL Procedures and Views

Brian Swan's Blog: Consuming "Dallas" Data with PHP

Lukas Smith's Blog: Remember: be nice to byte code caches


Community Events











Don't see your event here?
Let us know!


community tool series release composer unittest language conference object code introduction functional interview opinion podcast development framework example zendframework2 testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework