<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.silverlight.net/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>Silverlight Unit Testing, RhinoMocks, Unity and Resharper.</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx</link><description>Hi Folks, As most of you who’re familiar with my work know – I’m a huge supporter of the open source community.&amp;#160;&amp;#160; I also hold firm to a belief that the Microsoft .Net ecosystem is truly great due to community and vendors innovation. During this</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>re: Silverlight Unit Testing, RhinoMocks, Unity and Resharper.</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#309137</link><pubDate>Mon, 26 Oct 2009 12:01:44 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:309137</guid><dc:creator>Jean-Pierre Fouche</dc:creator><description>&lt;p&gt;Great article! &amp;nbsp;Note, if using Silverlight 3, you need to change Page to MainPage. &amp;nbsp;Also, if you are using the Silverlight Unit Test framework from Microsoft (codeplex), you can manage without Resharper.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=309137" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Unit Testing, RhinoMocks, Unity and Resharper.</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#219096</link><pubDate>Wed, 13 May 2009 05:47:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:219096</guid><dc:creator>MarkMonster</dc:creator><description>&lt;p&gt;Excellent article Justin. Keep up the good work!&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=219096" width="1" height="1"&gt;</description></item><item><title>Setting Up Silverlight Unit Testing - Russell Myers&amp;#8217; Blog</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#218426</link><pubDate>Mon, 11 May 2009 23:49:38 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:218426</guid><dc:creator>Setting Up Silverlight Unit Testing - Russell Myers’ Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Setting Up Silverlight Unit Testing - Russell Myers&amp;amp;#8217; Blog&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=218426" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Unit Testing, RhinoMocks, Unity and Resharper.</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#203167</link><pubDate>Wed, 08 Apr 2009 10:09:30 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:203167</guid><dc:creator>cuperman007</dc:creator><description>&lt;p&gt;In answer to my own question above I was missing the inheritance of the SilverlightTest class from my test class:&lt;/p&gt;
&lt;p&gt;namespace UI.Shell.SLTest&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;[TestClass]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;public class Shell_Test : SilverlightTest&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{ &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=203167" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Unit Testing, RhinoMocks, Unity and Resharper.</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#203158</link><pubDate>Wed, 08 Apr 2009 09:58:04 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:203158</guid><dc:creator>cuperman007</dc:creator><description>&lt;p&gt;Great article. When I try to create the WaitFor&amp;lt;T&amp;gt; method I get an error on the EnqueueConditional call: &amp;quot;the name enqueueconditional does not exist in the current context&amp;quot;&lt;/p&gt;
&lt;p&gt;I already have a usings statement for Microsoft.Silverlight.Testing and assembly version 2.0.21103.1925 in place in my project. Any ideas what to do?&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=203158" width="1" height="1"&gt;</description></item><item><title>Programming with Silverlight, WPF &amp;amp; .NET &amp;raquo; Silverlight Unit Testing Framework, Rhinomocks &amp;#038; Resharper</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#183184</link><pubDate>Thu, 05 Mar 2009 07:53:26 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:183184</guid><dc:creator>Programming with Silverlight, WPF &amp; .NET » Silverlight Unit Testing Framework, Rhinomocks &amp; Resharper</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Programming with Silverlight, WPF &amp;amp;amp; .NET &amp;amp;raquo; Silverlight Unit Testing Framework, Rhinomocks &amp;amp;#038; Resharper&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=183184" width="1" height="1"&gt;</description></item><item><title>ldquo;Asynchronous test supportrdquo; - Silverlight unit test framework and the UI thread - Jeff Wilcox</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#182621</link><pubDate>Wed, 04 Mar 2009 08:14:36 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:182621</guid><dc:creator>ldquo;Asynchronous test supportrdquo; - Silverlight unit test framework and the UI thread - Jeff Wilcox</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;ldquo;Asynchronous test supportrdquo; - Silverlight unit test framework and the UI thread - Jeff Wilcox&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=182621" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Unit Testing, RhinoMocks, Unity and Resharper.</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#181224</link><pubDate>Sun, 01 Mar 2009 19:35:09 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:181224</guid><dc:creator>kalimevole</dc:creator><description>&lt;p&gt;Thank you for excellent post. &lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=181224" width="1" height="1"&gt;</description></item><item><title>Silverlight Cream for February 26, 2009 -- #529</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#180033</link><pubDate>Thu, 26 Feb 2009 23:04:40 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:180033</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;In this issue: Matt Watson, Bryant Likes, Tim Heuer, Radenko Zec, Matthias Shapiro(2), Terence Tsang&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=180033" width="1" height="1"&gt;</description></item><item><title>Twilight 1.5: Multiple Views with MVVM</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#179940</link><pubDate>Thu, 26 Feb 2009 19:16:41 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:179940</guid><dc:creator>Bryant Likes's Blog</dc:creator><description>&lt;p&gt;You may have noticed the new look for the Twilight Twitter Badge on my blog a few weeks ago. I wanted&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=179940" width="1" height="1"&gt;</description></item><item><title>Silverlight Unit Testing, RhinoMocks, Unity and Resharper - Justin Angel</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#179782</link><pubDate>Thu, 26 Feb 2009 14:59:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:179782</guid><dc:creator>DotNetShoutout</dc:creator><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from DotNetShoutout&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=179782" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Unit Testing, RhinoMocks, Unity and Resharper.</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#179772</link><pubDate>Thu, 26 Feb 2009 14:26:10 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:179772</guid><dc:creator>peteot</dc:creator><description>&lt;p&gt;Using Unity IoC, how do we create a reference to a ViewModel that is a StaticResource that we can use in databinding? &amp;nbsp;You can only use parameterless constructors there. &amp;nbsp;I saw an example with Ninject that somehow handled this in a roundabout way.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=179772" width="1" height="1"&gt;</description></item><item><title>Dew Drop - February 26, 2009 | Alvin Ashcraft's Morning Dew</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#179757</link><pubDate>Thu, 26 Feb 2009 14:03:10 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:179757</guid><dc:creator>Dew Drop - February 26, 2009 | Alvin Ashcraft's Morning Dew</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Dew Drop - February 26, 2009 | Alvin Ashcraft's Morning Dew&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=179757" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Unit Testing, RhinoMocks, Unity and Resharper.</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#179689</link><pubDate>Thu, 26 Feb 2009 11:04:10 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:179689</guid><dc:creator>DZaK</dc:creator><description>&lt;p&gt;Wow so looooong post :] Thx!&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=179689" width="1" height="1"&gt;</description></item><item><title>Silverlight Travel &amp;raquo; Silverlight Unit Testing, RhinoMocks, Unity and Resharper</title><link>http://blogs.silverlight.net/blogs/justinangel/archive/2009/02/25/silverlight-unit-testing-rhinomocks-unity-and-resharper.aspx#179540</link><pubDate>Thu, 26 Feb 2009 06:12:58 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:179540</guid><dc:creator>Silverlight Travel » Silverlight Unit Testing, RhinoMocks, Unity and Resharper</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Silverlight Travel &amp;amp;raquo; Silverlight Unit Testing, RhinoMocks, Unity and Resharper&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=179540" width="1" height="1"&gt;</description></item></channel></rss>