Skip to content

Instantly share code, notes, and snippets.

@brenoferreira
Last active December 20, 2015 02:18
Show Gist options
  • Save brenoferreira/6055031 to your computer and use it in GitHub Desktop.
Save brenoferreira/6055031 to your computer and use it in GitHub Desktop.
NUnit Test method and class template for Resharper
public class $ClassName$
{
[NUnit.Framework.Test]
public void $name$()
{
$END$
}
}
[NUnit.Framework.Test]
public void $name$()
{
$END$
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment