<TemplatesExport>
  <Folder name="File 'export.xml'">
    <Template uid="14f0cc8f-1d79-4b8d-a10d-db6c63fc916e" text="using NUnit.Framework;&#xD;&#xA;using Rhino.Mocks;&#xD;&#xA;using Rhino.Mocks.Constraints;&#xD;&#xA;&#xD;&#xA;namespace $namespace$&#xD;&#xA;{&#xD;&#xA;    [TestFixture]&#xD;&#xA;    public class $class$&#xD;&#xA;    {&#xD;&#xA;        private $TargetType$ _a$TargetType$;&#xD;&#xA;        private $CollaboratorType$ _a$CollaboratorType$;&#xD;&#xA;        private MockRepository _mock;&#xD;&#xA;&#xD;&#xA;        [SetUp]&#xD;&#xA;        public void SetUp()&#xD;&#xA;        {&#xD;&#xA;            _mock = new MockRepository();&#xD;&#xA;            _a$CollaboratorType$ = _mock.CreateMock&lt;$CollaboratorType$&gt;();&#xD;&#xA;            _a$TargetType$ = new $TargetType$(_a$CollaboratorType$);&#xD;&#xA;        }&#xD;&#xA;&#xD;&#xA;        [Test]&#xD;&#xA;        public void TEST_METHOD_NAME()&#xD;&#xA;        {&#xD;&#xA;            using (_mock.Record())&#xD;&#xA;            {&#xD;&#xA;                // Examples:&#xD;&#xA;                // Expect.Call(_collaboratorType.SomeMethodName(null)).IgnoreArguments().Constraints(&#xD;&#xA;                //    Is.TypeOf(typeof (string))).Return(some).Repeat.Times(2);&#xD;&#xA;                // Expect.Call(delegate { _collaboratorType.Create(null); }).IgnoreArguments();&#xD;&#xA;            }&#xD;&#xA;&#xD;&#xA;            using (_mock.Playback())&#xD;&#xA;            {&#xD;&#xA;                //_targetType.SomeActualCall();&#xD;&#xA;            }&#xD;&#xA;        }&#xD;&#xA;    }&#xD;&#xA;}" shortcut="" description="Rhino" reformat="true" shortenQualifiedReferences="true">
      <Context>
        <ProjectLanguageContext language="CSharp" />
      </Context>
      <Variables>
        <Variable name="namespace" expression="fileDefaultNamespace()" initialRange="-1" />
        <Variable name="class" expression="getFileNameWithoutExtension()" initialRange="-1" />
        <Variable name="TargetType" expression="" initialRange="0" />
        <Variable name="CollaboratorType" expression="" initialRange="0" />
      </Variables>
      <CustomProperties>
        <Property key="FileName" value="Test" />
        <Property key="Extension" value="cs" />
        <Property key="ValidateFileName" value="False" />
      </CustomProperties>
    </Template>
  </Folder>
</TemplatesExport>