Skip to content

Instantly share code, notes, and snippets.

@dburriss
Created June 28, 2017 05:40
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/8515e8aa1939d92cb0a3a9a7f43a3296 to your computer and use it in GitHub Desktop.
Save dburriss/8515e8aa1939d92cb0a3a9a7f43a3296 to your computer and use it in GitHub Desktop.
An XUnit fact snippet for Resharper.
[Fact]
public void $Unit$_$Scenario$_$Expected$()
{
$END$
}
@dburriss
Copy link
Author

Usage see: https://www.jetbrains.com/help/idea/using-file-and-code-templates.html

Add to IDE: Settings > File Templates > C#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment