<?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/"
	>

<channel>
	<title>WowKhmer Tech &#187; Resharper</title>
	<atom:link href="http://tech.wowkhmer.com/tag/resharper/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.wowkhmer.com</link>
	<description>We.Passionate.Technologies</description>
	<lastBuildDate>Sun, 28 Mar 2010 08:39:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Shortcut keys for your favorite test runner(TestDriven.Net, Resharper)</title>
		<link>http://tech.wowkhmer.com/2009/12/shortcut-keys-for-your-favorite-test-runnertestdriven-net-resharper/</link>
		<comments>http://tech.wowkhmer.com/2009/12/shortcut-keys-for-your-favorite-test-runnertestdriven-net-resharper/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 01:10:40 +0000</pubDate>
		<dc:creator>Samnang Chhun</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Resharper]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[Testdriven.net]]></category>

		<guid isPermaLink="false">http://tech.wowkhmer.com/?p=178</guid>
		<description><![CDATA[Recently, I have spent some time for reading and practicing on small exercises by using TDD for solving the problems. While I was writing more and more tests, I needed to run it more often. Then I realize I am annoyed every time I want to run the current test method, I need to stop [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I have spent some time for reading and practicing on small exercises by using TDD for solving the problems. While I was writing more and more tests, I needed to run it more often. Then I realize I am annoyed every time I want to run the current test method, I need to stop from the keyboard and lift my hand to the mouse for running it from the context menu. It’s a kind of less productivity and not be a professional. After that, I found the way how to assign shortcut keys for our favorite unit-test runner like <a title="TestDriven.NET" href="http://testdriven.net/" target="_blank">TestDriven.NET</a> and <a title="Resharper" href="http://www.jetbrains.com/resharper/" target="_blank">Resharper</a>:</p>
<ul>
<li>In Visual Studio, Go to “Tools –&gt; Options”</li>
<li>Select “Environment –&gt; Keyboard”</li>
<li>In the “Show command containing:” text box, enter your unit-test runner like “TestDriven” or “Resharper_UnitTest”:<br />
For my personal I have assigned some shortcut keys on:</p>
<ul style="list-line-style: circle">
<li>TestDriven.NET.RunTests –&gt; (Ctrl+R, Ctrl+T)</li>
<li>TestDriven.NET.Debugger –&gt; (Ctrl+R, Ctrl+D)</li>
<li>TestDriven.NET.Debugger –&gt; (Ctrl+R, Ctrl+D)</li>
<li>TestDriven.NET.RerunTests –&gt; (Ctrl+R, Ctrl+R)</li>
<li>Resharper.Resharper_UnitTest_ContextRun –&gt; (Ctrl+R, Ctrl+N)</li>
<li>Resharper.Resharper_UnitTest_RunSolution –&gt; (Ctrl+R, Ctrl+S)</li>
</ul>
<p><a href="http://tech.wowkhmer.com/wp-content/uploads/2009/12/shortcuttestdriven.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Assign shortcut for Testdriven.net" src="http://tech.wowkhmer.com/wp-content/uploads/2009/12/shortcuttestdriven_thumb.png" border="0" alt="Assign shortcut for Testdriven.net" width="480" height="287" /></a></li>
<li>Click the “Press shortcut keys:” text box. Now press the the shortcut key to be assigned for running your tests and click the <strong>Assign</strong> button.</li>
<li>Don’t forget to set “Use new shortcut in:” to “Text Editor”.</li>
</ul>
<p>I hope it’s useful for Test Driven Developers who want to get away from using mouse.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.wowkhmer.com/2009/12/shortcut-keys-for-your-favorite-test-runnertestdriven-net-resharper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
