Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. [TestMethod]
  2. public void DoSomething()
  3. {
  4. // Act
  5.  
  6. // assert
  7. Assert.Fail("blah");
  8. }
  9.  
  10. Test Name: DoSomething
  11. Test FullName: BlahBlah.DoSomething
  12. Test Source:c:SrcBlahBlahTest.cs : line 223
  13. Test Outcome: Failed
  14. Test Duration: 0:00:04.1933182
  15.  
  16. Result Message: Assert.Fail failed. blah
  17. Result StackTrace: at BlahBlahTest.DoSomething()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement