Skip to content

Instantly share code, notes, and snippets.

@segilbert
Created April 11, 2014 01:02
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 segilbert/10435316 to your computer and use it in GitHub Desktop.
Save segilbert/10435316 to your computer and use it in GitHub Desktop.
XUnit AAA Resharper Template
[Fact]
public void $Method$_$Scenario$_$Expected$()
{
// Arrange
$END$
// Act
// Assert
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment