Catel.Test.Reflection.ReflectionExtensionsFacts.TheIsInstanceOfTypeExMethod.ThrowsArgumentNullExceptionForNullType C# (CSharp) 메소드

ThrowsArgumentNullExceptionForNullType() 개인적인 메소드

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