Catel.Test.ArgumentFacts.TheInheritsFromMethod.ThrowsArgumentNullExceptionForNullBaseType C# (CSharp) Method

ThrowsArgumentNullExceptionForNullBaseType() private method

private ThrowsArgumentNullExceptionForNullBaseType ( ) : void
return void
            public void ThrowsArgumentNullExceptionForNullBaseType()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentNullException>(() => Argument.InheritsFrom("myParam", typeof(Exception), null));
            }
        }