/dev_tools/resharper/templates/live_templates_machine_specifications.xml

http://github.com/sajagiffin/dotnet_bootcamp_setup · XML · 46 lines · 46 code · 0 blank · 0 comment · 0 complexity · 1b3a779dbd28342a6ae2bc310fdab003 MD5 · raw file

  1. <TemplatesExport>
  2. <Template uid="ea0eba99-5802-44af-b603-44a3c3a80e9d" shortcut="bddb" description="BDD Because" text="Because b = () =&gt;&#xD;&#xA; $END$&#xD;&#xA;" reformat="True" shortenQualifiedReferences="True">
  3. <Context>
  4. <CSharpContext context="Everywhere" minimumLanguageVersion="3.0" />
  5. </Context>
  6. <Categories />
  7. <Variables />
  8. <CustomProperties />
  9. </Template>
  10. <Template uid="9d29c398-b0b2-4b14-bc91-f3bef3ee8b67" shortcut="bddc" description="BDD Concern" text="Establish c = () =&gt;&#xD;&#xA;{&#xD;&#xA; $END$&#xD;&#xA;};" reformat="True" shortenQualifiedReferences="True">
  11. <Context>
  12. <CSharpContext context="Everywhere" minimumLanguageVersion="3.0" />
  13. </Context>
  14. <Categories />
  15. <Variables />
  16. <CustomProperties />
  17. </Template>
  18. <Template uid="b1e543b6-9d15-40fe-8349-b95ac6a91979" shortcut="tc" description="Test case" text="It $OBSERVATION_NAME$ = () =&gt;&#xD;&#xA; $END$" reformat="True" shortenQualifiedReferences="True">
  19. <Context>
  20. <CSharpContext context="Everywhere" minimumLanguageVersion="3.0" />
  21. </Context>
  22. <Categories />
  23. <Variables>
  24. <Variable name="OBSERVATION_NAME" expression="" initialRange="0" />
  25. </Variables>
  26. <CustomProperties />
  27. </Template>
  28. <Template uid="5c50421e-629e-42be-b2e9-f4596334dec5" shortcut="sa" description="ConcernAttribute" text="[Subject(typeof($concern_type$))]" reformat="True" shortenQualifiedReferences="True">
  29. <Context>
  30. <CSharpContext context="Everywhere" minimumLanguageVersion="3.0" />
  31. </Context>
  32. <Categories />
  33. <Variables>
  34. <Variable name="concern_type" expression="" initialRange="0" />
  35. </Variables>
  36. <CustomProperties />
  37. </Template>
  38. <Template uid="5d2fea5f-d6c1-477c-9f92-3eac1a49c116" shortcut="bddcu" description="Cleanup" text="Cleanup cu = () =&gt;&#xD;&#xA;{&#xD;&#xA; $END$&#xD;&#xA;};" reformat="True" shortenQualifiedReferences="True">
  39. <Context>
  40. <CSharpContext context="Everywhere" minimumLanguageVersion="3.0" />
  41. </Context>
  42. <Categories />
  43. <Variables />
  44. <CustomProperties />
  45. </Template>
  46. </TemplatesExport>