Catel.Test.Reflection.ReflectionExtensionsFacts.TheIsInstanceOfTypeExMethod.ThrowsArgumentNullExceptionForNullType C# (CSharp) Method

ThrowsArgumentNullExceptionForNullType() private method

private ThrowsArgumentNullExceptionForNullType ( ) : void
return void
            public void ThrowsArgumentNullExceptionForNullType()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentNullException>(() => ReflectionExtensions.IsInstanceOfTypeEx(null, new object()));
            }