<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software Testing Tools Blog - Testertools &#187; testing</title>
	<atom:link href="http://www.testertools.com/blog/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testertools.com/blog</link>
	<description>The latest news and blog information from testertools.com</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:24:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New TesterTools – Testilence</title>
		<link>http://www.testertools.com/blog/new-testertools-%e2%80%93-testilence/</link>
		<comments>http://www.testertools.com/blog/new-testertools-%e2%80%93-testilence/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 08:47:57 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[PHP library]]></category>
		<category><![CDATA[Roman Neuhauser]]></category>
		<category><![CDATA[Testilence]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[testing library]]></category>
		<category><![CDATA[unit]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=693</guid>
		<description><![CDATA[<br/>Testilence is an open-source unit testing library for PHP 5. It is published under the MIT license which means you are free and welcome to use it in any way. Like other JUnit inspired unit testing libraries, Testilence roughly follows the canon . It is however written with emphasis on what&#8217;s useful, not what&#8217;s usual, ]]></description>
			<content:encoded><![CDATA[<br/><p><a href="www.testilence.org/" target="_blank">Testilence</a> is an open-source unit testing library for<strong> PHP 5</strong>. It is published under the <strong>MIT</strong> license which means you are free and welcome to use it in any way. Like other <strong>JUnit</strong> inspired unit testing libraries, <strong>Testilence</strong> roughly follows the canon . It is however written with emphasis on what&#8217;s useful, not what&#8217;s usual, and combines original ideas with the best features found in different unit-testing toolkits into a coherent set.</p>
<p><strong>Testilence</strong> differs from the above-mentioned canon in that you only get to have one assertion per test method (this is a Good Thing):</p>
<p>1. <strong>Multi-assertion</strong> test methods reduce test coverage, since the first failed assertion will abort the test method, skipping latter assertions in that method.</p>
<p>2. Single-assertion test methods provide the author with a strong incentive to think about the <strong>PUT</strong>, because each test method should name a behavior. Thinking of meaningful names for all the tests is sometimes painful, but the reward is a better understanding of the code.</p>
<p>3. Single-assertion test methods provide clearer picture to the reader.</p>
<p>View <a href="http://www.testertools.com/11554/Testilence_:_open-source_unit_testing_library_for_PHP.html" target="_blank">TesterTools</a> dedicated page for this tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/new-testertools-%e2%80%93-testilence/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

