Created
June 28, 2017 05:42
-
-
Save dburriss/8075e6ac5cf4340de6466e5888dd5b9f to your computer and use it in GitHub Desktop.
An XUnit fact snippet for Resharper. Go to Resharper >> Tools >> Templates Explorer. Put under C#.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Fact] | |
public void $Unit$_$Scenario$_$Expected$() | |
{ | |
$END$ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment