<?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: Silverlight unit test framework download for Silverlight 2 Beta 2</title>
	<atom:link href="http://www.jeff.wilcox.name/2008/06/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2008/06/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:17:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Michael Sync &#187; Unity for Silverlight, Two Samples and Test Projects are on Codeplex now.</title>
		<link>http://www.jeff.wilcox.name/2008/06/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/comment-page-1/#comment-260</link>
		<dc:creator>Michael Sync &#187; Unity for Silverlight, Two Samples and Test Projects are on Codeplex now.</dc:creator>
		<pubDate>Fri, 08 Aug 2008 16:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/11/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/#comment-260</guid>
		<description>[...] You can download that framework and Visual Studio 2008 template for Silverlight Unit Test from this link. If you are very new to SIlverlight Unit Testing, please take a look this [...]</description>
		<content:encoded><![CDATA[<p>[...] You can download that framework and Visual Studio 2008 template for Silverlight Unit Test from this link. If you are very new to SIlverlight Unit Testing, please take a look this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elisabeth Boonin</title>
		<link>http://www.jeff.wilcox.name/2008/06/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/comment-page-1/#comment-241</link>
		<dc:creator>Elisabeth Boonin</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/11/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/#comment-241</guid>
		<description>Hi, I&#039;m just playing with this for the first time and I&#039;m finding the referenced instructions for wiring up the RootVisual require an additional cast to UIElement. It&#039;s no big deal, but it makes me think I&#039;ve got a version mismatch or something.

Here&#039;s what the walkthrough gives:
this.RootVisual = UnitTestSystem.CreateTestPage(this);

but that gives a compiler error... instead I cast the right hand side to (UIElement).</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m just playing with this for the first time and I&#8217;m finding the referenced instructions for wiring up the RootVisual require an additional cast to UIElement. It&#8217;s no big deal, but it makes me think I&#8217;ve got a version mismatch or something.</p>
<p>Here&#8217;s what the walkthrough gives:<br />
this.RootVisual = UnitTestSystem.CreateTestPage(this);</p>
<p>but that gives a compiler error&#8230; instead I cast the right hand side to (UIElement).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Stewart</title>
		<link>http://www.jeff.wilcox.name/2008/06/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/comment-page-1/#comment-205</link>
		<dc:creator>Robin Stewart</dc:creator>
		<pubDate>Wed, 09 Jul 2008 18:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/11/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/#comment-205</guid>
		<description>Thanks for the framework, and I would like to echo Valerie&#039;s dilemma, my templates are not showing up either, and I am on the C# root. I only see the option to search for an online template.  Like Valerie I exited and restarted VS. I also copied the file into the language files under \ProjectTemplates\ and \ItemTemplates\ (in case that was the issue) with no luck.</description>
		<content:encoded><![CDATA[<p>Thanks for the framework, and I would like to echo Valerie&#8217;s dilemma, my templates are not showing up either, and I am on the C# root. I only see the option to search for an online template.  Like Valerie I exited and restarted VS. I also copied the file into the language files under \ProjectTemplates\ and \ItemTemplates\ (in case that was the issue) with no luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2008/06/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/comment-page-1/#comment-204</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Tue, 08 Jul 2008 07:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/11/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/#comment-204</guid>
		<description>Jasonlan,
I think that most of the teams are &quot;heads down&quot; focusing on getting Silverlight 2 ready, and that there won&#039;t be a complete release of the tests for beta 2.

That said, the WatermarkedTextBox for Beta 2 is available on Kathy Kam&#039;s blog (http://blogs.msdn.com/kathykam/archive/2008/06/23/watermarkedtextbox-for-silverlight-2-beta-2.aspx) and includes the unit tests for that control as well, and may be of interest to you.

-Jeff</description>
		<content:encoded><![CDATA[<p>Jasonlan,<br />
I think that most of the teams are &#8220;heads down&#8221; focusing on getting Silverlight 2 ready, and that there won&#8217;t be a complete release of the tests for beta 2.</p>
<p>That said, the WatermarkedTextBox for Beta 2 is available on Kathy Kam&#8217;s blog (<a href="http://blogs.msdn.com/kathykam/archive/2008/06/23/watermarkedtextbox-for-silverlight-2-beta-2.aspx" rel="nofollow">http://blogs.msdn.com/kathykam/archive/2008/06/23/watermarkedtextbox-for-silverlight-2-beta-2.aspx</a>) and includes the unit tests for that control as well, and may be of interest to you.</p>
<p>-Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Schluter</title>
		<link>http://www.jeff.wilcox.name/2008/06/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/comment-page-1/#comment-203</link>
		<dc:creator>Jason Schluter</dc:creator>
		<pubDate>Tue, 08 Jul 2008 07:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/11/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/#comment-203</guid>
		<description>Hello Jeff,

Any ETA on a silverlight controls test suite update for Silverlight 2.0 beta 2?

Thank You,

Jasonlan</description>
		<content:encoded><![CDATA[<p>Hello Jeff,</p>
<p>Any ETA on a silverlight controls test suite update for Silverlight 2.0 beta 2?</p>
<p>Thank You,</p>
<p>Jasonlan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://www.jeff.wilcox.name/2008/06/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/comment-page-1/#comment-185</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Sun, 22 Jun 2008 06:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/11/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/#comment-185</guid>
		<description>I was just about to post on the same subject. 

Options 
To run your tests using Ctrl F5 (or Start Without Debugging), but you would probably want to debug other tests. 

Disable Break when a User-unhandled exception is thrown (Ctrl-D-E) or Debug@@&gt;Exceptions. Of course you would probably want to find out if other exceptions are thrown. One option is to let the test fail and then add a breakpoint to debug it. 

Other option is to change Application_UnhandledException in app.xaml.cs, here you could add logic to check if this was about an expected exception, I dont think it would be an easy topic, I&#039;m thinking about inspecting the stacktrace, if you dont mind hardcoding it that could be a solution. 

I hope than once this Unit Testing Fx is integrated in VS we would have a better experience. The framework could easily (I guess) detect if an unhandled exception is thrown and this was inside a method with the ExceptedExceptionAttribute and then check if that&#039;s the proper exception and mark it as handled. That would be something similar to what we could do on Application_UnhandledException method, but there is hard to know inside which TestMethod the exception was thrown.</description>
		<content:encoded><![CDATA[<p>I was just about to post on the same subject. </p>
<p>Options<br />
To run your tests using Ctrl F5 (or Start Without Debugging), but you would probably want to debug other tests. </p>
<p>Disable Break when a User-unhandled exception is thrown (Ctrl-D-E) or Debug@@&gt;Exceptions. Of course you would probably want to find out if other exceptions are thrown. One option is to let the test fail and then add a breakpoint to debug it. </p>
<p>Other option is to change Application_UnhandledException in app.xaml.cs, here you could add logic to check if this was about an expected exception, I dont think it would be an easy topic, I&#8217;m thinking about inspecting the stacktrace, if you dont mind hardcoding it that could be a solution. </p>
<p>I hope than once this Unit Testing Fx is integrated in VS we would have a better experience. The framework could easily (I guess) detect if an unhandled exception is thrown and this was inside a method with the ExceptedExceptionAttribute and then check if that&#8217;s the proper exception and mark it as handled. That would be something similar to what we could do on Application_UnhandledException method, but there is hard to know inside which TestMethod the exception was thrown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin chase</title>
		<link>http://www.jeff.wilcox.name/2008/06/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/comment-page-1/#comment-181</link>
		<dc:creator>justin chase</dc:creator>
		<pubDate>Mon, 16 Jun 2008 18:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/11/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/#comment-181</guid>
		<description>I have added the [ExpectedException] to some of my test methods but when I throw the exception from within my code visual studio will break on the exception and say &quot;Unhandled exception thrown from user code&quot;. Continuing on behaves as normally and the tests succeeds but I&#039;d really like it if visual studio would not break on these exceptions. Is there any way to prevent this without disabling my ability to break on unintended unhandled exceptions?</description>
		<content:encoded><![CDATA[<p>I have added the [ExpectedException] to some of my test methods but when I throw the exception from within my code visual studio will break on the exception and say &#8220;Unhandled exception thrown from user code&#8221;. Continuing on behaves as normally and the tests succeeds but I&#8217;d really like it if visual studio would not break on these exceptions. Is there any way to prevent this without disabling my ability to break on unintended unhandled exceptions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://www.jeff.wilcox.name/2008/06/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/comment-page-1/#comment-179</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Mon, 16 Jun 2008 07:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/11/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/#comment-179</guid>
		<description>I went with the InternalsVisible, I guess is the way to do it in SL. :(

About the build&#039;s support I saw is on your todo list. 

Thanks</description>
		<content:encoded><![CDATA[<p>I went with the InternalsVisible, I guess is the way to do it in SL. <img src='http://www.jeff.wilcox.name/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>About the build&#8217;s support I saw is on your todo list. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://www.jeff.wilcox.name/2008/06/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/comment-page-1/#comment-178</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Mon, 16 Jun 2008 07:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/11/silverlight-unit-test-framework-download-for-silverlight-2-beta-2/#comment-178</guid>
		<description>Jeff, 

This framework is great. Do you have any guidance to include it as part of an MSBuild?

We have shared code between SL and the Full Fx and we also want to share Testing code, but we have problems with the private accessors, do you have any idea around this topic?

Thanks in advance. 
Miguel</description>
		<content:encoded><![CDATA[<p>Jeff, </p>
<p>This framework is great. Do you have any guidance to include it as part of an MSBuild?</p>
<p>We have shared code between SL and the Full Fx and we also want to share Testing code, but we have problems with the private accessors, do you have any idea around this topic?</p>
<p>Thanks in advance.<br />
Miguel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
