Skip to content

Instantly share code, notes, and snippets.

@dburriss
Created June 28, 2017 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dburriss/8075e6ac5cf4340de6466e5888dd5b9f to your computer and use it in GitHub Desktop.
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#.
[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