<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Assertions the right way around (in Ruby, anyway)</title>
	<atom:link href="http://blog.excastle.com/2006/09/02/assertions-the-right-way-around-in-ruby-anyway/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2006/09/02/assertions-the-right-way-around-in-ruby-anyway/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Sun, 12 Oct 2008 07:30:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Joe White</title>
		<link>http://blog.excastle.com/2006/09/02/assertions-the-right-way-around-in-ruby-anyway/#comment-5596</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Thu, 07 Sep 2006 01:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/09/02/assertions-the-right-way-around-in-ruby-anyway/#comment-5596</guid>
		<description>Wow, cool. Looks an awful lot like what the new version of NMock is doing. Are the NMock and NUnit people joining forces?
</description>
		<content:encoded><![CDATA[<p>Wow, cool. Looks an awful lot like what the new version of NMock is doing. Are the NMock and NUnit people joining forces?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://blog.excastle.com/2006/09/02/assertions-the-right-way-around-in-ruby-anyway/#comment-5595</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Tue, 05 Sep 2006 13:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/09/02/assertions-the-right-way-around-in-ruby-anyway/#comment-5595</guid>
		<description>The NUnit team is &#60;a href=&#34;&lt;a target="_new" href="http://nunit.com/blogs/?p=37&#34;&#62;examining" rel="nofollow"&gt;http://nunit.com/blogs/?p=37&#34;&#62;examining&lt;/a&gt; some alternate assertion syntax&#60;/a&#62; for the upcomming NUnitLite which addresses some of your concerns. The new syntax, if adopted, would allow tests which look like this:&lt;br&gt;	Assert.That( actual, Is.EqualTo( expected ) );&lt;br&gt;	Assert.That( x, Is.GreaterThan( 5 ) &#38; Is.LessThan( 10 ) );&lt;br&gt;&lt;br&gt;Waaaay more natural than the current syntax.
</description>
		<content:encoded><![CDATA[<p>The NUnit team is &lt;a href=&quot;<a target="_new" href="http://nunit.com/blogs/?p=37&quot;&gt;examining" rel="nofollow">http://nunit.com/blogs/?p=37&quot;&#038;gt;examining</a> some alternate assertion syntax&lt;/a&gt; for the upcomming NUnitLite which addresses some of your concerns. The new syntax, if adopted, would allow tests which look like this:<br />
<br />	Assert.That( actual, Is.EqualTo( expected ) );<br />
<br />	Assert.That( x, Is.GreaterThan( 5 ) &amp; Is.LessThan( 10 ) );</p>
<p>Waaaay more natural than the current syntax.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
