News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
Data Providers in PHPUnit 3.2
October 15, 2007 @ 09:36:00

Sebastian Bergmann has pointed out a new offering that PHPUnit will have starting with version 3.2 - TestNG-style data parameters.

He includes a test case example that sets up a test method (dataProvider) that checks the input against the assert to ensure that it matches - in those case, that it matches an integer value.

The method specified by the @dataProvider annotation returns an array or an Iterator object that contain argument arrays. For each of these arrays a test object is created that will run the test method with the argument from the array.

As test run of the instance is also included.

0 comments voice your opinion now!
data provider phpunit testng assertequals example data provider phpunit testng assertequals example


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: Testing Traits

Michelangelo van Dam's Blog: Quality Assurance on PHP projects - PHPUnit part 4

Sebastian Bergmann's Blog: Support for PHPUnit in Parabuild

Felix Geisendorfer's Blog: Windows XP Apache PHP output problem

Chris Hartjes' Blog: Simple User Registration in CakePHP 1.2


Community Events











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


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

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