Created
April 11, 2014 01:02
-
-
Save segilbert/10435316 to your computer and use it in GitHub Desktop.
XUnit AAA Resharper Template
This file contains 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 $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