<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vadim's Weblog &#187; TestDriven.NET</title>
	<atom:link href="http://vkreynin.wordpress.com/category/testdrivennet/feed/" rel="self" type="application/rss+xml" />
	<link>http://vkreynin.wordpress.com</link>
	<description>Never stop learning.</description>
	<lastBuildDate>Wed, 26 Aug 2009 11:54:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='vkreynin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/1173064e3df3d2dd6e336993810ee5b5?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Vadim's Weblog &#187; TestDriven.NET</title>
		<link>http://vkreynin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vkreynin.wordpress.com/osd.xml" title="Vadim&#8217;s Weblog" />
		<item>
		<title>TestDrivet.NET is the most usefull tool in Visual Studio.</title>
		<link>http://vkreynin.wordpress.com/2007/05/29/testdrivetnet-is-the-most-usefull-tool-in-visual-studio/</link>
		<comments>http://vkreynin.wordpress.com/2007/05/29/testdrivetnet-is-the-most-usefull-tool-in-visual-studio/#comments</comments>
		<pubDate>Tue, 29 May 2007 04:11:27 +0000</pubDate>
		<dc:creator>Vadim</dc:creator>
				<category><![CDATA[TestDriven.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/05/29/testdrivetnet-is-the-most-usefull-tool-in-visual-studio/</guid>
		<description><![CDATA[I&#8217;ve been using TestDriven.NET for more than year. And I have to tell you that it&#8217;s probably the most useful tool for me. To be able to Run Test(s) or Build the project just by right clicking on the source code is time saving.
Let&#8217;s look at the test fixture bellow.
namespace MyFixtures
{
   [TestFixture]
   public [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vkreynin.wordpress.com&blog=1150196&post=6&subd=vkreynin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been using <a target="_blank" href="http://testdriven.net/" title="TestDriven.NET">TestDriven.NET</a> for more than year. And I have to tell you that it&#8217;s probably the most useful tool for me. To be able to Run Test(s) or Build the project just by right clicking on the source code is time saving.</p>
<p>Let&#8217;s look at the test fixture bellow.</p>
<pre><font color="#333399">namespace MyFixtures
{
   [TestFixture]
   public class FixtureOne
   {
      [Test]
      public void Test1()  
      {
         Assert.IsTrue(true);
      }  

      [Test]
      public void Test2()
      {
         Assert.IsTrue(true);
      }  

      [Test]
      public void Test3()
      {
         Assert.IsTrue(true);
      }
  }
}
</font></pre>
<p>Here are some thing I learned just by trying.</p>
<p>This one is probably obvious.</p>
<p>Click right button inside Test1 method and choose Run Test(s), only Test1 test will be run.</p>
<p>Here are some things that took me awhile to discover:</p>
<p>Click right button just bellow public class FixtureOne, and all three tests, Test1, Test2, and Test3, will be run.</p>
<p>Click right button just bellow namespace MyFixtures, and all the tests for MyFixtures namespace will be run.</p>
<p>I build my projects now jut by clicking right button on the source file and select Build. I just wonder why Microsoft doesn&#8217;t add build command in Visual Studio context menu.</p>
<p>How cool to have <a target="_blank" href="http://www.aisto.com/roeder/dotnet/" title="Reflector">Reflector</a> in your context menu. I mostly use it by expanding References in Solution Explorer clicking right button on the reference I want to reflect; something like System.Data for instance. It loads that assembly just by clicking on Go To Reflector item in the context menu.</p>
<p>And it&#8217;s not all. I&#8217;m sure there are many ways you&#8217;re using this tool that I haven&#8217;t discovered yet. Share with me, I want to learn from you.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vkreynin.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vkreynin.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vkreynin.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vkreynin.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vkreynin.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vkreynin.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vkreynin.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vkreynin.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vkreynin.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vkreynin.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vkreynin.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vkreynin.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vkreynin.wordpress.com&blog=1150196&post=6&subd=vkreynin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vkreynin.wordpress.com/2007/05/29/testdrivetnet-is-the-most-usefull-tool-in-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bdbc8162336851af022196f897d6200?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vkreynin</media:title>
		</media:content>
	</item>
	</channel>
</rss>