<?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>Developers blog &#187; keywords</title>
	<atom:link href="http://www.realdevelopers.com/blog/tag/keywords/feed" rel="self" type="application/rss+xml" />
	<link>http://www.realdevelopers.com/blog</link>
	<description>realdevelopers.com</description>
	<lastBuildDate>Wed, 14 Sep 2011 21:38:34 +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>Fitnesse reject in do fixtures</title>
		<link>http://www.realdevelopers.com/blog/test/fitnesse-reject-in-do-fixtures</link>
		<comments>http://www.realdevelopers.com/blog/test/fitnesse-reject-in-do-fixtures#comments</comments>
		<pubDate>Tue, 09 Feb 2010 20:11:42 +0000</pubDate>
		<dc:creator>Helga</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Test]]></category>
		<category><![CDATA[Fitnesse]]></category>
		<category><![CDATA[keywords]]></category>

		<guid isPermaLink="false">http://www.realdevelopers.com/blog/?p=726</guid>
		<description><![CDATA[There are more pleasurable things then wading through the fitnesse documentation with its table style, so whenever I don&#8217;t remember some fitnesse key word, I&#8217;d rather hesitate and wait for an inspiration before going there. This is to memorize the key words to be used in do fixtures.

show to print out non-boolean values
check to verify [...]]]></description>
			<content:encoded><![CDATA[<p>There are more pleasurable things then wading through the <a href="http://fitnesse.org/.FitNesse.UserGuide">fitnesse documentation</a> with its table style, so whenever I don&#8217;t remember some fitnesse key word, I&#8217;d rather hesitate and wait for an inspiration before going there. This is to memorize the key words to be used in do fixtures.</p>
<ul>
<li><strong>show</strong> to print out non-boolean values</li>
<li><strong>check </strong>to verify non-boolean values</li>
<li><strong>reject </strong>to invert the logic of the test</li>
</ul>
<p>Usage like this:<span id="more-726"></span></p>
<style type="text/css">.fittable td {border: solid grey; border-width: 0 1px 1px 0; padding: 3px; font-family: 'Lucida Grande','Bitstream Vera Sans','trebuchet ms',verdana,tahoma,arial,sans-serif}</style>
<table class="fittable" cellspacing="0" border="0" style="background-color:#F8F8F8; border: 1px solid grey;">
<tr>
<td colspan="4">Do Fixture Test</td>
</tr>
<tr>
<td>check</td>
<td>fixture method</td>
<td>parameter</td>
<td>expected value</td>
</tr>
<tr>
<td>show</td>
<td colspan="2">fixture method</td>
<td>parameter</td>
</tr>
<tr>
<td>reject</td>
<td colspan="2">fixture method that will fail with</td>
<td>parameter</td>
</tr>
</table>
<p>I was the latter, which caused some failing wild guesses and finally made me read the documentation. <a href="http://www.realdevelopers.com/blog/?p=312">Some more useful keywords</a> worth recapitulating were documented here a year ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realdevelopers.com/blog/test/fitnesse-reject-in-do-fixtures/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

