<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Introducing NUnit.Behave or insert what ever other catchy name</title>
	<atom:link href="http://lostechies.com/joeocampo/2007/06/29/introducing-nunit-behave-or-insert-what-ever-other-catchy-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/joeocampo/2007/06/29/introducing-nunit-behave-or-insert-what-ever-other-catchy-name/</link>
	<description>Tales from the field...</description>
	<lastBuildDate>Sat, 11 Feb 2012 08:43:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Garth</title>
		<link>http://lostechies.com/joeocampo/2007/06/29/introducing-nunit-behave-or-insert-what-ever-other-catchy-name/#comment-71</link>
		<dc:creator>Garth</dc:creator>
		<pubDate>Wed, 11 Jul 2007 06:18:30 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joe_ocampo/archive/2007/06/28/introducing-nunit-behave-or-insert-what-ever-other-catchy-name.aspx#comment-71</guid>
		<description>Maybe this could be combined with NSpec (http://nspec.tigris.org/) so you can drop the [Test] attribute and Asserts?</description>
		<content:encoded><![CDATA[<p>Maybe this could be combined with NSpec (<a href="http://nspec.tigris.org/" rel="nofollow">http://nspec.tigris.org/</a>) so you can drop the [Test] attribute and Asserts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Ocampo</title>
		<link>http://lostechies.com/joeocampo/2007/06/29/introducing-nunit-behave-or-insert-what-ever-other-catchy-name/#comment-70</link>
		<dc:creator>Joe Ocampo</dc:creator>
		<pubDate>Thu, 05 Jul 2007 11:32:26 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joe_ocampo/archive/2007/06/28/introducing-nunit-behave-or-insert-what-ever-other-catchy-name.aspx#comment-70</guid>
		<description>Steven,

I plead ignorance.  Thanks for the update, I will update the code.</description>
		<content:encoded><![CDATA[<p>Steven,</p>
<p>I plead ignorance.  Thanks for the update, I will update the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Solomon</title>
		<link>http://lostechies.com/joeocampo/2007/06/29/introducing-nunit-behave-or-insert-what-ever-other-catchy-name/#comment-69</link>
		<dc:creator>Steven Solomon</dc:creator>
		<pubDate>Thu, 05 Jul 2007 11:19:02 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joe_ocampo/archive/2007/06/28/introducing-nunit-behave-or-insert-what-ever-other-catchy-name.aspx#comment-69</guid>
		<description>I was just wondering why you created your own action&lt;T&gt; delegate rather that use the .Net framework Action&lt;T&gt; delegate?  I change the code to use this, and it all works fine.</description>
		<content:encoded><![CDATA[<p>I was just wondering why you created your own action<t> delegate rather that use the .Net framework Action</t><t> delegate?  I change the code to use this, and it all works fine.</t></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Ocampo</title>
		<link>http://lostechies.com/joeocampo/2007/06/29/introducing-nunit-behave-or-insert-what-ever-other-catchy-name/#comment-68</link>
		<dc:creator>Joe Ocampo</dc:creator>
		<pubDate>Fri, 29 Jun 2007 15:51:42 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joe_ocampo/archive/2007/06/28/introducing-nunit-behave-or-insert-what-ever-other-catchy-name.aspx#comment-68</guid>
		<description>Joey

I haven&#039;t looked into MbUnit since I have been using NUnit for some time.  Not that I am thrilled with NUnit but it get the job done. 

I don&#039;t think that it would be too hard to extended what I have done for NUnit to work with any other testing framework it&#039;s just a matter of wrapping my head around the TestFixture and assertion model.  But doable none the less.

I can&#039;t agree more on fluent interfaces.</description>
		<content:encoded><![CDATA[<p>Joey</p>
<p>I haven&#8217;t looked into MbUnit since I have been using NUnit for some time.  Not that I am thrilled with NUnit but it get the job done. </p>
<p>I don&#8217;t think that it would be too hard to extended what I have done for NUnit to work with any other testing framework it&#8217;s just a matter of wrapping my head around the TestFixture and assertion model.  But doable none the less.</p>
<p>I can&#8217;t agree more on fluent interfaces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joeyDotNet</title>
		<link>http://lostechies.com/joeocampo/2007/06/29/introducing-nunit-behave-or-insert-what-ever-other-catchy-name/#comment-67</link>
		<dc:creator>joeyDotNet</dc:creator>
		<pubDate>Fri, 29 Jun 2007 14:51:25 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joe_ocampo/archive/2007/06/28/introducing-nunit-behave-or-insert-what-ever-other-catchy-name.aspx#comment-67</guid>
		<description>Very cool syntax indeed.  I just can&#039;t get enough of fluent interfaces...  

I have NO experience in extending any of the xUnit frameworks, but for what it&#039;s worth, I&#039;ve heard that MbUnit is a bit more extensible, but again, I totally can&#039;t back that up.  Just maybe something to look into...

I&#039;m a huge fan of using MbUnit...  it&#039;s like NUnit on steriods...  :)</description>
		<content:encoded><![CDATA[<p>Very cool syntax indeed.  I just can&#8217;t get enough of fluent interfaces&#8230;  </p>
<p>I have NO experience in extending any of the xUnit frameworks, but for what it&#8217;s worth, I&#8217;ve heard that MbUnit is a bit more extensible, but again, I totally can&#8217;t back that up.  Just maybe something to look into&#8230;</p>
<p>I&#8217;m a huge fan of using MbUnit&#8230;  it&#8217;s like NUnit on steriods&#8230;  <img src='http://lostechies.com/joeocampo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
