Skip to content

Instantly share code, notes, and snippets.

@tabareh
Last active March 1, 2018 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tabareh/5f33d02cdc02be484e82b2a0b8899567 to your computer and use it in GitHub Desktop.
Save tabareh/5f33d02cdc02be484e82b2a0b8899567 to your computer and use it in GitHub Desktop.
[Test skeleton] #Discipline_Test
#region Additional test attributes
//
// You can use the following additional attributes as you write your tests:
//
// Use ClassInitialize to run code before running the first test in the class
// [ClassInitialize()]
// public static void MyClassInitialize(TestContext testContext) { }
//
// Use ClassCleanup to run code after all tests in a class have run
// [ClassCleanup()]
// public static void MyClassCleanup() { }
//
// Use TestInitialize to run code before running each test
// [TestInitialize()]
// public void MyTestInitialize() { }
//
// Use TestCleanup to run code after each test has run
// [TestCleanup()]
// public void MyTestCleanup() { }
//
#endregion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment