<?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 for Chris Hedgate</title>
	<atom:link href="http://www.hedgate.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hedgate.net</link>
	<description>Self implied</description>
	<pubDate>Sun, 07 Sep 2008 22:49:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Instantiating a WPF control from an NUnit test by Richard</title>
		<link>http://www.hedgate.net/articles/2007/01/08/instantiating-a-wpf-control-from-an-nunit-test/#comment-1859</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 05 Sep 2008 14:16:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-1859</guid>
		<description>Hey Chris,
You have a bunch of UPPERCASE stuff in those samples that breaks them.  Any chance of editing them to work correctly?</description>
		<content:encoded><![CDATA[<p>Hey Chris,<br />
You have a bunch of UPPERCASE stuff in those samples that breaks them.  Any chance of editing them to work correctly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instantiating a WPF control from an NUnit test by Chris</title>
		<link>http://www.hedgate.net/articles/2007/01/08/instantiating-a-wpf-control-from-an-nunit-test/#comment-1849</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 05 Sep 2008 06:30:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-1849</guid>
		<description>Hi Drew,

I am not quite sure what you mean by configuring Resharper? You could of course create a template to avoid having to write the boiler-plate code manually each time, but maybe you are referring to something else?</description>
		<content:encoded><![CDATA[<p>Hi Drew,</p>
<p>I am not quite sure what you mean by configuring Resharper? You could of course create a template to avoid having to write the boiler-plate code manually each time, but maybe you are referring to something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting the contents of a WPF RichTextBox by phil</title>
		<link>http://www.hedgate.net/articles/2006/10/03/setting-the-contents-of-a-wpf-richtextbox/#comment-1816</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Thu, 04 Sep 2008 14:32:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-1816</guid>
		<description>Thanks!  Just what I needed!</description>
		<content:encoded><![CDATA[<p>Thanks!  Just what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instantiating a WPF control from an NUnit test by Drew</title>
		<link>http://www.hedgate.net/articles/2007/01/08/instantiating-a-wpf-control-from-an-nunit-test/#comment-1616</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Fri, 29 Aug 2008 06:49:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-1616</guid>
		<description>Hi Chris,

I was wondering if you are aware of a way of configuring resharper to use these settings?

Cheers,
Drew</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I was wondering if you are aware of a way of configuring resharper to use these settings?</p>
<p>Cheers,<br />
Drew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instantiating a WPF control from an NUnit test by Yingqiang Woo</title>
		<link>http://www.hedgate.net/articles/2007/01/08/instantiating-a-wpf-control-from-an-nunit-test/#comment-974</link>
		<dc:creator>Yingqiang Woo</dc:creator>
		<pubDate>Tue, 26 Feb 2008 08:19:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-974</guid>
		<description>hi,JohnD
could you send me the config file, wuyq101 @ gmail.com.
Thank you very much.
i am using Nunit 2.4.3, i just can't get it work.</description>
		<content:encoded><![CDATA[<p>hi,JohnD<br />
could you send me the config file, wuyq101 @ gmail.com.<br />
Thank you very much.<br />
i am using Nunit 2.4.3, i just can&#8217;t get it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instantiating a WPF control from an NUnit test by Chris</title>
		<link>http://www.hedgate.net/articles/2007/01/08/instantiating-a-wpf-control-from-an-nunit-test/#comment-843</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 05 Feb 2008 14:44:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-843</guid>
		<description>John, thanks for sharing that information. Hope it helps others in the same situation.</description>
		<content:encoded><![CDATA[<p>John, thanks for sharing that information. Hope it helps others in the same situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instantiating a WPF control from an NUnit test by JohnD</title>
		<link>http://www.hedgate.net/articles/2007/01/08/instantiating-a-wpf-control-from-an-nunit-test/#comment-776</link>
		<dc:creator>JohnD</dc:creator>
		<pubDate>Thu, 24 Jan 2008 22:54:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-776</guid>
		<description>Hey! 

The XML I put in the last post didn't show up. So, I'll describe what I had to do:
1. Create a config file for the test project or test DLL. Making the changes in NUnit's main config file didn't get the job done.
2. NUnit is case sensitive so the XML names must be NUnit and TestRunner rather than nunit and testrunner.
3. The setting of NUnit/TestRunner must be within the configuration tag rather than outside it as shown in the original example.

When set up like that, Nunit 2.4.6 runs WPF tests just fine!
Good luck!
JohnD</description>
		<content:encoded><![CDATA[<p>Hey! </p>
<p>The XML I put in the last post didn&#8217;t show up. So, I&#8217;ll describe what I had to do:<br />
1. Create a config file for the test project or test DLL. Making the changes in NUnit&#8217;s main config file didn&#8217;t get the job done.<br />
2. NUnit is case sensitive so the XML names must be NUnit and TestRunner rather than nunit and testrunner.<br />
3. The setting of NUnit/TestRunner must be within the configuration tag rather than outside it as shown in the original example.</p>
<p>When set up like that, Nunit 2.4.6 runs WPF tests just fine!<br />
Good luck!<br />
JohnD</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instantiating a WPF control from an NUnit test by JohnD</title>
		<link>http://www.hedgate.net/articles/2007/01/08/instantiating-a-wpf-control-from-an-nunit-test/#comment-775</link>
		<dc:creator>JohnD</dc:creator>
		<pubDate>Thu, 24 Jan 2008 22:43:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-775</guid>
		<description>The following test project config file gets the job done for NUnit 2.4.6



	
		
			
		
	

  
		
			&lt;!-- Valid values are STA,MTA. Others ignored. --&gt;
			
		
	
</description>
		<content:encoded><![CDATA[<p>The following test project config file gets the job done for NUnit 2.4.6</p>
<p>			<!-- Valid values are STA,MTA. Others ignored. --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instantiating a WPF control from an NUnit test by JohnD</title>
		<link>http://www.hedgate.net/articles/2007/01/08/instantiating-a-wpf-control-from-an-nunit-test/#comment-771</link>
		<dc:creator>JohnD</dc:creator>
		<pubDate>Wed, 23 Jan 2008 22:05:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-771</guid>
		<description>Hey Chris,

What version of NUnit are you using? I tried your technique to run all tests as STA with NUnit 2.4.6 and had no luck at all! Are we using different versions of NUnit or is there some magic setting that I failed to set appropriately? Here are the details behind my questions:

When I set up the config file as you showed in the example, nunit-console complained that there were two root elements and pointed at the  line.

I moved the  section inside the  section and NUnit complained that sectiongroup was an unrecognized token. I removed the  stuff  and ended up with:

...
    
	
        
    
...



...


At this point, nunit-console could successfully parse the config file but all the tests failed with the System.InvalidOperationException indicating that the config file changes were not having the desired result. 

Same sort of thing happened with the GUI test runner. 

Thanks for any help
John</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>What version of NUnit are you using? I tried your technique to run all tests as STA with NUnit 2.4.6 and had no luck at all! Are we using different versions of NUnit or is there some magic setting that I failed to set appropriately? Here are the details behind my questions:</p>
<p>When I set up the config file as you showed in the example, nunit-console complained that there were two root elements and pointed at the  line.</p>
<p>I moved the  section inside the  section and NUnit complained that sectiongroup was an unrecognized token. I removed the  stuff  and ended up with:</p>
<p>&#8230;</p>
<p>&#8230;</p>
<p>&#8230;</p>
<p>At this point, nunit-console could successfully parse the config file but all the tests failed with the System.InvalidOperationException indicating that the config file changes were not having the desired result. </p>
<p>Same sort of thing happened with the GUI test runner. </p>
<p>Thanks for any help<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Troubles with shared state and anonymous delegates in SQLCLR by mausch</title>
		<link>http://www.hedgate.net/articles/2006/10/04/troubles-with-shared-state-and-anonymous-delegates-in-sqlclr/#comment-206</link>
		<dc:creator>mausch</dc:creator>
		<pubDate>Tue, 23 Oct 2007 02:32:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-206</guid>
		<description>Thanks! you just saved me a lot of reflecting/debugging/generally unpleasant time :-)</description>
		<content:encoded><![CDATA[<p>Thanks! you just saved me a lot of reflecting/debugging/generally unpleasant time :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instantiating a WPF control from an NUnit test by Greg Finzer</title>
		<link>http://www.hedgate.net/articles/2007/01/08/instantiating-a-wpf-control-from-an-nunit-test/#comment-95</link>
		<dc:creator>Greg Finzer</dc:creator>
		<pubDate>Fri, 28 Sep 2007 16:37:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-95</guid>
		<description>Chris, thanks for creating this article.  I have recently created an NUnit Test Generator.  What do you think would be useful features for interacting with WPF for the test generator?

http://www.kellermansoftware.com/p-30-nunit-test-generator.aspx</description>
		<content:encoded><![CDATA[<p>Chris, thanks for creating this article.  I have recently created an NUnit Test Generator.  What do you think would be useful features for interacting with WPF for the test generator?</p>
<p><a href="http://www.kellermansoftware.com/p-30-nunit-test-generator.aspx" rel="nofollow">http://www.kellermansoftware.com/p-30-nunit-test-generator.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
