Structure
1 | using Microsoft.VisualStudio.TestTools.UnitTesting; |
Other Asserts
1 | Assert.IsTrue |
Exception
ThrowsException
1 | // Act |
ExpectedException
1 | [ExpectedException(typeof(MyException))] |
1 | using Microsoft.VisualStudio.TestTools.UnitTesting; |
1 | Assert.IsTrue |
ThrowsException
1 | // Act |
ExpectedException
1 | [ExpectedException(typeof(MyException))] |