This tutorial shows how to get HornetQ JMS resources out of JNDI. It also includes utilities to help use an embedded HornetQ server when writing test code.
Tag Archives: unit testing
Advanced PHPUnit: Annotations
How to use the handy annotations feature in PHPUnit. @asset, @codeCoverageIgnore, @covers, @dataProvider, @expectedException, @group, @scenario, @test
Using NCover for .NET Code Coverage with Hudson
NCover plugin for Hudson CI. Developed by Genius.com and contributed back to the Hudson project. How to install and configure.
Code Coverage is a False Security
Why code coverage is a poor measure of the comprehensiveness and quality of unit tests. The problems that arise from focusing on code coverage and how to avoid these problems by focusing on functionality.
PHPUnit Mastery
How to maximize PHPUnit with standardized test names and the –filter, –coverage-html, and –testdox options
Testing DB Dependencies with PHPUnit
Genius.com’s development of a fixture-base unit testing framework with PHPUnit for easier testing of database-dependent code.