<TemplatesExport family="Live Templates">
  <Template uid="4af5dfe9-8f26-4e86-9f21-b428021fbcdf" shortcut="subject" description="" text="[Subject(&quot;$subject$&quot;)]&#xD;&#xA;public class when_$when$&#xD;&#xA;{&#xD;&#xA;	Establish context =()=&gt;	{$END$};&#xD;&#xA;&#xD;&#xA;	Because of =()=&gt; {};		&#xD;&#xA;	&#xD;&#xA;	It should_$should$;&#xD;&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Categories />
    <Variables>
      <Variable name="subject" expression="" initialRange="0" />
      <Variable name="when" expression="" initialRange="0" />
      <Variable name="should" expression="" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="40225f53-9e0e-46e2-ae2a-e47c84a72673" shortcut="should" description="" text="It should_$should$$END$;" reformat="True" shortenQualifiedReferences="True">
    <Categories />
    <Variables>
      <Variable name="should" expression="" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="99ee1650-004d-4404-9da8-eb6b4e69d94f" shortcut="context" description="" text="public class $context$&#xD;&#xA;{&#xD;&#xA;    public static $type$ $name$;&#xD;&#xA;&#xD;&#xA;    private Establish context = () =&gt;&#xD;&#xA;    {&#xD;&#xA;        $name$ = new $type$&#xD;&#xA;        {&#xD;&#xA;			$END$&#xD;&#xA;        };&#xD;&#xA;    };&#xD;&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Categories />
    <Variables>
      <Variable name="context" expression="" initialRange="0" />
      <Variable name="type" expression="" initialRange="0" />
      <Variable name="name" expression="" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
</TemplatesExport>