<?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>Blog &#124; Limilabs &#187; ReSharper</title>
	<atom:link href="http://www.limilabs.com/blog/tag/resharper/feed" rel="self" type="application/rss+xml" />
	<link>http://www.limilabs.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 09:49:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>My ReSharper templates for Unit Testing</title>
		<link>http://www.limilabs.com/blog/my-resharper-templates-for-unit-testing?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-resharper-templates-for-unit-testing</link>
		<comments>http://www.limilabs.com/blog/my-resharper-templates-for-unit-testing#comments</comments>
		<pubDate>Mon, 21 Sep 2009 07:56:31 +0000</pubDate>
		<dc:creator>Limilabs support</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[ReSharper]]></category>
		<category><![CDATA[UnitTesting]]></category>

		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=64</guid>
		<description><![CDATA[As I always have problem synchronizing my office and home machine&#8217;s templates I thought this would be good place to store them. Inline templates (LiveTemplates.xml) test [Test] public void Method_Condition_Result() { $END$ } setup [SetUp] public void SetUp() { $END$ } record using(mocks.Record()) { $END$ } play using(mocks.Playback()) { $END$ } File templates (FileTemplates.xml) NUnitTestFile [...]]]></description>
			<content:encoded><![CDATA[<p>As I always have problem synchronizing my office and home machine&#8217;s templates I thought this would be good place to store them.</p>
<h3>Inline templates (LiveTemplates.xml)</h3>
<p><strong>test</strong></p>
<pre class="brush: csharp;">
[Test]
public void Method_Condition_Result()
{
	$END$
}
</pre>
<p><strong>setup</strong></p>
<pre class="brush: csharp;">
[SetUp]
public void SetUp()
{
	$END$
}
</pre>
<p><strong>record</strong></p>
<pre class="brush: csharp;">
using(mocks.Record())
{
	$END$
}
</pre>
<p><strong>play</strong></p>
<pre class="brush: csharp;">
using(mocks.Playback())
{
	$END$
}
</pre>
<h3>File templates (FileTemplates.xml)</h3>
<p><strong>NUnitTestFile</strong></p>
<pre class="brush: csharp;">
using NUnit.Framework;

namespace $Namespace$
{
    [TestFixture]
    public class $FileName$
    {
        [Test]
        public void Method_Condition_Result()
        {
        }
    };
}
</pre>
<p><a href='http://www.limilabs.com/blog/wp-content/uploads/2009/09/FileTemplates.xml'>FileTemplates</a><br />
<a href='http://www.limilabs.com/blog/wp-content/uploads/2009/09/LiveTemplates.xml'>LiveTemplates</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.limilabs.com/blog/my-resharper-templates-for-unit-testing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

