Skip to content

Instantly share code, notes, and snippets.

@k0stya
Last active December 14, 2015 04:49
Show Gist options
  • Save k0stya/5031206 to your computer and use it in GitHub Desktop.
Save k0stya/5031206 to your computer and use it in GitHub Desktop.
[TestMethod]
public void $MethodUnderTest$_should_$EXPECTED_BEHAVIOR$()
{
// Arrange
$END$
// Act
// Assert
}
[Test]
public void $MethodUnderTest$_should_$EXPECTED_BEHAVIOR$()
{
// Arrange
$END$
// Act
// Assert
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment