<TemplatesExport>
  <Folder name="File 'Test ClassTemplate.cs'">
    <Template uid="5fbad2fe-05a8-427e-a569-3a6c69b9cbd5" text="using System;&#xD;&#xA;using System.Collections.Generic;&#xD;&#xA;using NUnit.Framework;&#xD;&#xA;using Rhino.Mocks;&#xD;&#xA;&#xD;&#xA;namespace $NAMESPACE$&#xD;&#xA;{&#xD;&#xA;  [TestFixture]&#xD;&#xA;  public class $CLASS$ &#xD;&#xA;  {&#xD;&#xA;     private MockRepository _mock;&#xD;&#xA;		[SetUp]&#xD;&#xA;		public void Setup()&#xD;&#xA;		{&#xD;&#xA;			_mock = new MockRepository();&#xD;&#xA;&#xD;&#xA;		}&#xD;&#xA;		&#xD;&#xA;		[TearDown]&#xD;&#xA;		public void TearDown()&#xD;&#xA;		{&#xD;&#xA;			_mock.VerifyAll();&#xD;&#xA;&#xD;&#xA;		}&#xD;&#xA;		&#xD;&#xA;		[Test]&#xD;&#xA;		public void Test()&#xD;&#xA;		{&#xD;&#xA;			//&#xD;&#xA;			// set mocking expectations &#xD;&#xA;			//&#xD;&#xA;			&#xD;&#xA;			_mock.ReplayAll();&#xD;&#xA;&#xD;&#xA;			//&#xD;&#xA;			// run tests&#xD;&#xA;			//&#xD;&#xA;		}&#xD;&#xA;  &#xD;&#xA;  &#xD;&#xA;  $END$&#xD;&#xA;  }&#xD;&#xA;}" shortcut="Mocked Test Class" description="Mocked Test Class" reformat="true" shortenQualifiedReferences="true">
      <Context>
        <ProjectLanguageContext language="CSharp" />
      </Context>
      <Variables>
        <Variable name="NAMESPACE" expression="fileDefaultNamespace()" initialRange="0" />
        <Variable name="CLASS" expression="getFileNameWithoutExtension()" initialRange="0" />
      </Variables>
      <CustomProperties>
        <Property key="FileName" value="Test" />
        <Property key="Extension" value="cs" />
      </CustomProperties>
    </Template>
    <Template uid="706c3654-a0d8-4380-b23c-07c2fd5ff827" text="using System;&#xD;&#xA;using System.Collections.Generic;&#xD;&#xA;using NUnit.Framework;&#xD;&#xA;&#xD;&#xA;namespace $NAMESPACE$&#xD;&#xA;{&#xD;&#xA;  [TestFixture]&#xD;&#xA;  public class $CLASS$ &#xD;&#xA;  {&#xD;&#xA;		&#xD;&#xA;		&#xD;&#xA;		[Test]&#xD;&#xA;		public void Test()&#xD;&#xA;		{&#xD;&#xA;		}&#xD;&#xA;  &#xD;&#xA;  &#xD;&#xA;  $END$&#xD;&#xA;  }&#xD;&#xA;}" shortcut="Mocked Test Class" description="Test Class" reformat="true" shortenQualifiedReferences="true">
      <Context>
        <ProjectLanguageContext language="CSharp" />
      </Context>
      <Variables>
        <Variable name="NAMESPACE" expression="fileDefaultNamespace()" initialRange="0" />
        <Variable name="CLASS" expression="getFileNameWithoutExtension()" initialRange="0" />
      </Variables>
      <CustomProperties>
        <Property key="FileName" value="Test" />
        <Property key="Extension" value="cs" />
      </CustomProperties>
    </Template>
  </Folder>
</TemplatesExport>