Skip to content

Instantly share code, notes, and snippets.

@GeorgeDellinger
Last active December 16, 2015 02:39
Show Gist options
  • Select an option

  • Save GeorgeDellinger/5364105 to your computer and use it in GitHub Desktop.

Select an option

Save GeorgeDellinger/5364105 to your computer and use it in GitHub Desktop.
TestClass Live Template
[TestClass]
public class $Scenario$ : $BaseContext$
{
[TestMethod]
public void $Assertion$()
{
Assert.Inconclusive("Test not yet implemented.");$END$
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment