We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a143155 commit b78cdb8Copy full SHA for b78cdb8
snippets/19.snippet
@@ -2,13 +2,13 @@
2
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
3
<CodeSnippet Format="1.0.0">
4
<Header>
5
- <Title>ut (xUnit Test)</Title>
+ <Title>_ut (xUnit Test)</Title>
6
<Author>Rusty Divine</Author>
7
<Description>Unit Test Template with 3 Parts</Description>
8
<HelpUrl>https://msdn.microsoft.com/en-us/library/ms165394.aspx</HelpUrl>
9
<SnippetTypes />
10
<Keywords />
11
- <Shortcut>ut</Shortcut>
+ <Shortcut>_ut</Shortcut>
12
</Header>
13
<Snippet>
14
<References />
0 commit comments