<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://agileisrael.org/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ISerializable : Unit Testing, altnet</title><link>http://agileisrael.org/cs/blogs/royo/archive/tags/Unit+Testing/altnet/default.aspx</link><description>Tags: Unit Testing, altnet</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Two Faced Commits - how the ALT.NET Community is becoming more and more dogmatic</title><link>http://agileisrael.org/cs/blogs/royo/archive/2008/05/19/two-faced-commits-how-the-alt-net-community-is-becoming-more-and-more-dogmatic.aspx</link><pubDate>Mon, 19 May 2008 10:50:32 GMT</pubDate><guid isPermaLink="false">23a435e0-515b-467d-ba86-b6d13375d82b:1613</guid><dc:creator>ISerializable - Roy Osherove&amp;#39;s Blog : Agile</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://agileisrael.org/cs/blogs/royo/rsscomments.aspx?PostID=1613</wfw:commentRss><comments>http://agileisrael.org/cs/blogs/royo/archive/2008/05/19/two-faced-commits-how-the-alt-net-community-is-becoming-more-and-more-dogmatic.aspx#comments</comments><description>disclaimer: I work at Typemock. There is a big trend I am starting to notice in the &amp;quot;Advanced&amp;quot; unit testing community. That trend feels more and more like hypocrisy. Take Daniel&amp;#39;s post about mocking statics without Typemock . (Daniel is...(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/05/19/two-faced-commits-how-the-alt-net-community-is-becoming-more-and-more-dogmatic.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=1613" width="1" height="1"&gt;</description><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx">Agile</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx">.NET</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Unit+Testing/default.aspx">Unit Testing</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/altnetconf/default.aspx">altnetconf</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/altnet/default.aspx">altnet</category></item><item><title>Basic Guidelines for using RowTest and data driven tests</title><link>http://agileisrael.org/cs/blogs/royo/archive/2007/12/18/basic-guidelines-for-using-rowtest-and-data-driven-tests.aspx</link><pubDate>Tue, 18 Dec 2007 23:28:32 GMT</pubDate><guid isPermaLink="false">23a435e0-515b-467d-ba86-b6d13375d82b:742</guid><dc:creator>ISerializable - Roy Osherove&amp;#39;s Blog : Agile</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://agileisrael.org/cs/blogs/royo/rsscomments.aspx?PostID=742</wfw:commentRss><comments>http://agileisrael.org/cs/blogs/royo/archive/2007/12/18/basic-guidelines-for-using-rowtest-and-data-driven-tests.aspx#comments</comments><description>I took a look at the code that was used to create the NUnit RowTest Extension (which is pretty neat) and found this in one of the samples: The highlighted areas in the code show something which I feel is problematic and is the manifestation of a unit...(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2007/12/18/basic-guidelines-for-using-rowtest-and-data-driven-tests.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=742" width="1" height="1"&gt;</description><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx">Agile</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile+Related/default.aspx">Agile Related</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Unit+Testing/default.aspx">Unit Testing</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Art+Of+Unit+Testing/default.aspx">Art Of Unit Testing</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Testing+Guidelines/default.aspx">Testing Guidelines</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/altnet/default.aspx">altnet</category></item><item><title>Mocking LINQ Queries, Extension methods and Anonymous Types</title><link>http://agileisrael.org/cs/blogs/royo/archive/2007/11/17/mocking-linq-queries-extension-methods-and-anonymous-types.aspx</link><pubDate>Sat, 17 Nov 2007 21:47:14 GMT</pubDate><guid isPermaLink="false">23a435e0-515b-467d-ba86-b6d13375d82b:649</guid><dc:creator>ISerializable - Roy Osherove&amp;#39;s Blog : Agile</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://agileisrael.org/cs/blogs/royo/rsscomments.aspx?PostID=649</wfw:commentRss><comments>http://agileisrael.org/cs/blogs/royo/archive/2007/11/17/mocking-linq-queries-extension-methods-and-anonymous-types.aspx#comments</comments><description>One of the things I wanted to show at my Interactive session on unit testing tips and tricks at TechEd this year was how you can &amp;quot;Stub&amp;quot; out results from LINQ Queries, or mock\stub Extension methods in .NET 3.5 ( what&amp;#39;s the difference between...(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2007/11/17/mocking-linq-queries-extension-methods-and-anonymous-types.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=649" width="1" height="1"&gt;</description><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx">Agile</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile+Related/default.aspx">Agile Related</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Unit+Testing/default.aspx">Unit Testing</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Art+Of+Unit+Testing/default.aspx">Art Of Unit Testing</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Testing+Guidelines/default.aspx">Testing Guidelines</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/altnetconf/default.aspx">altnetconf</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/altnet/default.aspx">altnet</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/Cool+Tools/default.aspx">Cool Tools</category><category domain="http://agileisrael.org/cs/blogs/royo/archive/tags/WinFX/default.aspx">WinFX</category></item></channel></rss>