Structure
1 | using Microsoft.VisualStudio.TestTools.UnitTesting; |
Other Asserts
1 | Assert.IsTrue |
Exception
ThrowsException
1 | // Act |
ExpectedException
1 | [ExpectedException(typeof(MyException))] |
❤️❤️❤️ Does my content help you? Consider a small donation if this blog helped you❤️❤️❤️
1 | using Microsoft.VisualStudio.TestTools.UnitTesting; |
1 | Assert.IsTrue |
ThrowsException
1 | // Act |
ExpectedException
1 | [ExpectedException(typeof(MyException))] |
❤️❤️❤️ Does my content help you? Consider a small donation if this blog helped you❤️❤️❤️