Skip to content

Instantly share code, notes, and snippets.

@TomSoderling
Last active June 6, 2020 21:12
Show Gist options
  • Save TomSoderling/06cbd9dd3800c1e4beae988c3847d2f9 to your computer and use it in GitHub Desktop.
Save TomSoderling/06cbd9dd3800c1e4beae988c3847d2f9 to your computer and use it in GitHub Desktop.
Unit test Name and Outline snippet
[Test]
public void $UnitUnderTest$_$StateUnderTest$_$ExpectedResult$()
{
// Arrange
// Act
// Assert
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment