public void Constructor_ThrowsInvalidEnumArgumentException(Assert.ThrowsDelegateWithReturn constructorDelegate) { Assert.Throws(typeof(InvalidEnumArgumentException), constructorDelegate); }
public void Method_ThrowsArgumentNullException(Assert.ThrowsDelegate constructorDelegate) { Assert.Throws(typeof(ArgumentNullException), constructorDelegate); }
public void Constructor_ThrowsArgumentNullException(Assert.ThrowsDelegateWithReturn constructorDelegate) { Assert.Throws(typeof(ArgumentNullException), constructorDelegate); }