We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad3ea98 + 81179b9 commit e2d7c12Copy full SHA for e2d7c12
snippets/csharp.json
@@ -532,5 +532,22 @@
532
"}"
533
],
534
"description": "constructor"
535
+ },
536
+
537
+ "xUnit Test": {
538
539
+ "prefix": "fact",
540
+ "body": [
541
+ "[Fact]",
542
+ "public void ${1:TestName}()",
543
+ "{",
544
+ "//Given",
545
+ "",
546
+ "//When",
547
548
+ "//Then",
549
+ "}${0}"
550
+ ],
551
+ "description": "create xunit test method"
552
}
553
0 commit comments