summaryrefslogtreecommitdiff
path: root/slips/build/tools/mbunit/bin/VSSnippets/MbUnitCSharpSnippets/test.snippet
diff options
context:
space:
mode:
Diffstat (limited to 'slips/build/tools/mbunit/bin/VSSnippets/MbUnitCSharpSnippets/test.snippet')
-rw-r--r--slips/build/tools/mbunit/bin/VSSnippets/MbUnitCSharpSnippets/test.snippet28
1 files changed, 0 insertions, 28 deletions
diff --git a/slips/build/tools/mbunit/bin/VSSnippets/MbUnitCSharpSnippets/test.snippet b/slips/build/tools/mbunit/bin/VSSnippets/MbUnitCSharpSnippets/test.snippet
deleted file mode 100644
index 1b91911..0000000
--- a/slips/build/tools/mbunit/bin/VSSnippets/MbUnitCSharpSnippets/test.snippet
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
- <CodeSnippet Format="1.0.0">
- <Header>
- <Title>Test Method</Title>
- <Description>Expansion snippet for a Test method</Description>
- <Shortcut>test</Shortcut>
- <SnippetTypes>
- <SnippetType>Expansion</SnippetType>
- </SnippetTypes>
- </Header>
- <Snippet>
- <Declarations>
- <Literal>
- <ID>name</ID>
- <ToolTip>TestName</ToolTip>
- <Default>Test</Default>
- </Literal>
- </Declarations>
- <Code Language="csharp"><![CDATA[ [Test]
- public void $name$()
- {
-
- }
- ]]></Code>
- </Snippet>
- </CodeSnippet>
-</CodeSnippets> \ No newline at end of file