<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Switching from MS Test to NUnit Testing</title>
	<atom:link href="http://dotnetchris.wordpress.com/2008/12/31/switching-from-ms-test-to-nunit-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetchris.wordpress.com/2008/12/31/switching-from-ms-test-to-nunit-testing/</link>
	<description>C# ASP.Net Development Weblog</description>
	<lastBuildDate>Wed, 28 Oct 2009 10:39:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dotnetchris</title>
		<link>http://dotnetchris.wordpress.com/2008/12/31/switching-from-ms-test-to-nunit-testing/#comment-167</link>
		<dc:creator>dotnetchris</dc:creator>
		<pubDate>Sat, 03 Jan 2009 16:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=182#comment-167</guid>
		<description>Khalid when you switch from MSTest to NUnit the ClassInitalize methods can&#039;t be static anymore. When they&#039;re created by MS Test by default they&#039;re marked static. I&#039;m not sure if it matters to MS test if you remove static off it.

I suppose you could do the precompiler directives to pick out which attributes syntax to use also.

I&#039;m not really sure how it&#039;d be possible to mock the config files unless I actually put a layer on top of the configuration manager since this was about deploying like connectionstring.config and etc.</description>
		<content:encoded><![CDATA[<p>Khalid when you switch from MSTest to NUnit the ClassInitalize methods can&#8217;t be static anymore. When they&#8217;re created by MS Test by default they&#8217;re marked static. I&#8217;m not sure if it matters to MS test if you remove static off it.</p>
<p>I suppose you could do the precompiler directives to pick out which attributes syntax to use also.</p>
<p>I&#8217;m not really sure how it&#8217;d be possible to mock the config files unless I actually put a layer on top of the configuration manager since this was about deploying like connectionstring.config and etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khalid Abuhakmeh</title>
		<link>http://dotnetchris.wordpress.com/2008/12/31/switching-from-ms-test-to-nunit-testing/#comment-166</link>
		<dc:creator>Khalid Abuhakmeh</dc:creator>
		<pubDate>Sat, 03 Jan 2009 16:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=182#comment-166</guid>
		<description>I can&#039;t believe you had problems with MSTest and NUnit. I am able to jump seemlessly between the two frameworks in Team City and VS. They are the same exact tests. All I did was choose what syntax I wanted to go with and add some using statements at the top.

#IF NUNIT
using TestFixutreSetup = [mstest namespace].TestClassInitialize;
#END IF

and then add a new build in your environment. I&#039;ll create an example if you need me to.

In terms of files, maybe you could abstract that away to an interface and mock it up. that way you are not subject to the structure of the file system.

Yeah Nunit doesn&#039;t create folders, but MSTests does.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t believe you had problems with MSTest and NUnit. I am able to jump seemlessly between the two frameworks in Team City and VS. They are the same exact tests. All I did was choose what syntax I wanted to go with and add some using statements at the top.</p>
<p>#IF NUNIT<br />
using TestFixutreSetup = [mstest namespace].TestClassInitialize;<br />
#END IF</p>
<p>and then add a new build in your environment. I&#8217;ll create an example if you need me to.</p>
<p>In terms of files, maybe you could abstract that away to an interface and mock it up. that way you are not subject to the structure of the file system.</p>
<p>Yeah Nunit doesn&#8217;t create folders, but MSTests does.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
