Skip to content

Instantly share code, notes, and snippets.

@Vintharas
Created February 13, 2015 13:22
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 Vintharas/8dba0492989d15737174 to your computer and use it in GitHub Desktop.
Save Vintharas/8dba0492989d15737174 to your computer and use it in GitHub Desktop.
ReSharper NUnit Test live template
[Test]
public void $methodName$_When$context$_Should$expectedResult$()
{
// Arrange
$END$
// Act
// Assert
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment