Skip to content

Instantly share code, notes, and snippets.

@doingweb
Created December 19, 2014 23:30
Show Gist options
  • Save doingweb/f00b6b55bafd8dd48164 to your computer and use it in GitHub Desktop.
Save doingweb/f00b6b55bafd8dd48164 to your computer and use it in GitHub Desktop.
ReSharper LiveTemplate for an NUnit Test
[Test, Description("$description$")]
public void $test_name$ ()
{
$END$Assert.Inconclusive("This test hasn't been written yet.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment