Skip to content

Instantly share code, notes, and snippets.

@mdickin
Created May 9, 2016 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdickin/4b7400b88e5d8d66cfccceaf9beac3e4 to your computer and use it in GitHub Desktop.
Save mdickin/4b7400b88e5d8d66cfccceaf9beac3e4 to your computer and use it in GitHub Desktop.
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/Shortcut/@EntryValue">testm</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/Description/@EntryValue">Test method</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/Text/@EntryValue">[TestMethod]&#xD;
public void $MethodName$()&#xD;
{&#xD;
//Arrange&#xD;
&#xD;
&#xD;
//Act&#xD;
&#xD;
&#xD;
//Assert&#xD;
Assert.Fail();&#xD;
}</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/Reformat/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/ShortenQualifiedReferences/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/Applicability/=Live/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/Scope/=C3001E7C0DA78E4487072B7E050D86C5/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/Scope/=C3001E7C0DA78E4487072B7E050D86C5/Type/@EntryValue">InCSharpFile</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/Scope/=C3001E7C0DA78E4487072B7E050D86C5/CustomProperties/=minimumLanguageVersion/@EntryIndexedValue">2.0</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/Field/=MethodName/@KeyIndexDefined">True</s:Boolean>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55226D06D27D724BA7A9C74F45BB43C4/Field/=MethodName/Order/@EntryValue">0</s:Int64></wpf:ResourceDictionary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment