aboutsummaryrefslogtreecommitdiffstats
path: root/oni-csharp/snippets/csharp-mode/testm
diff options
context:
space:
mode:
Diffstat (limited to 'oni-csharp/snippets/csharp-mode/testm')
-rw-r--r--oni-csharp/snippets/csharp-mode/testm9
1 files changed, 9 insertions, 0 deletions
diff --git a/oni-csharp/snippets/csharp-mode/testm b/oni-csharp/snippets/csharp-mode/testm
new file mode 100644
index 0000000..4bd243d
--- /dev/null
+++ b/oni-csharp/snippets/csharp-mode/testm
@@ -0,0 +1,9 @@
+# -*- mode: snippet -*-
+# name: Test Method
+# key: testm
+# --
+[TestMethod]
+public void ${1:TestMethod}()
+{
+ $0
+} \ No newline at end of file