Jim Leonardo
Results
1
issues of
Jim Leonardo
## Description I can still write tests that use ExpectedExceptionAttribute. ## Steps to reproduce Write this test [TestMethod] [ExpectedException(typeof(ArgumentException))] public void TestMyStuff() { // arrange var instanceUnderTest = new YourFunkyClass();...
Type: Feature
Area: Assertion