aboutsummaryrefslogtreecommitdiffstats
path: root/oni-csharp/snippets/csharp-mode/testm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-02 17:59:42 -0800
committerGravatar Tom Willemse2020-03-02 17:59:42 -0800
commit68e796fb7c6242ac9a3941f62c03aa8ba0d0f178 (patch)
tree3008a816db6dde6cb21e17ab1516b76774673064 /oni-csharp/snippets/csharp-mode/testm
parentf082706a204de79f70ff9dcde9957eab8eeadc20 (diff)
downloademacs-config-68e796fb7c6242ac9a3941f62c03aa8ba0d0f178.tar.gz
emacs-config-68e796fb7c6242ac9a3941f62c03aa8ba0d0f178.zip
Add snippets to oni-csharp
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