News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Devollo.com: Data Filtering Using PHP's Filter Functions - Part one

Chris Hartjes' Blog: Simple User Registration in CakePHP 1.2

DevGuide.net: Dynamic Bitmap Graphics with PHP and GD

Sebastian Bergmann's Blog: PHPUnit and Cyclomatic Complexity

DevShed: PHP Datastorage Class


Community Events







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


developer releases ajax database PHP5 zend mysql conference package security cakephp zendframework release code job framework example PEAR application book

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