summaryrefslogtreecommitdiff
path: root/build/tools/mbunit/VSSnippets/MbUnitXMLSnippets/nant.snippet
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-11-04 15:22:16 -0700
committermo <mo.khan@gmail.com>2018-11-04 15:22:16 -0700
commit5ee1f55497a4e30322a56f133f897ecde1612967 (patch)
treebf544e0879234c3623869627d8786776cb19b8e9 /build/tools/mbunit/VSSnippets/MbUnitXMLSnippets/nant.snippet
initial commit.HEADmaster
Diffstat (limited to 'build/tools/mbunit/VSSnippets/MbUnitXMLSnippets/nant.snippet')
-rw-r--r--build/tools/mbunit/VSSnippets/MbUnitXMLSnippets/nant.snippet34
1 files changed, 34 insertions, 0 deletions
diff --git a/build/tools/mbunit/VSSnippets/MbUnitXMLSnippets/nant.snippet b/build/tools/mbunit/VSSnippets/MbUnitXMLSnippets/nant.snippet
new file mode 100644
index 0000000..4e58569
--- /dev/null
+++ b/build/tools/mbunit/VSSnippets/MbUnitXMLSnippets/nant.snippet
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
+ <CodeSnippet Format="1.0.0">
+ <Header>
+ <Title>NAnt task</Title>
+ <Author>MbUnit</Author>
+ <Description>Expansion snippet for a NAnt task</Description>
+ <Shortcut>nant</Shortcut>
+ <SnippetTypes>
+ <SnippetType>Expansion</SnippetType>
+ </SnippetTypes>
+ </Header>
+ <Snippet>
+ <Declarations>
+ <Literal>
+ <ID>name</ID>
+ <ToolTip>Fixture name</ToolTip>
+ <Default>My</Default>
+ </Literal>
+ </Declarations>
+ <Code Language="XML"><![CDATA[<!-- MbUnit NAnt task definition -->
+<mbunit>
+ <formatter type="Html"
+ userfile="true"
+ outputdir=".."
+ />
+ <test>
+ $end$
+ </test>
+</mbunit>
+ ]]></Code>
+ </Snippet>
+ </CodeSnippet>
+</CodeSnippets> \ No newline at end of file