Skip to content

Instantly share code, notes, and snippets.

@michalczukm
Created May 4, 2015 10:56
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 michalczukm/4016ae10d9061b1f25d0 to your computer and use it in GitHub Desktop.
Save michalczukm/4016ae10d9061b1f25d0 to your computer and use it in GitHub Desktop.
Test (NUnit) R# template
[Test]
public void Should$TestName$()
{
// arrange
// act
var actual = _sut.$END$
// assert
actual.Should().Be(expected);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment