Guest User

Untitled

a guest
Jun 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. //Use TestInitialize to run code before running each test
  2. [TestInitialize()]
  3. public void MyTestInitialize()
  4. {
  5. }
  6.  
  7. //Use TestCleanup to run code after each test has run
  8. [TestCleanup()]
  9. public void MyTestCleanup()
  10. {
  11. }
Add Comment
Please, Sign In to add comment