Catel.Test.Reflection.ReflectionExtensionsFacts.TheIsInstanceOfTypeExMethod.ThrowsArgumentNullExceptionForNullType C# (CSharp) Метод

ThrowsArgumentNullExceptionForNullType() приватный Метод

private ThrowsArgumentNullExceptionForNullType ( ) : void
Результат void
            public void ThrowsArgumentNullExceptionForNullType()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentNullException>(() => ReflectionExtensions.IsInstanceOfTypeEx(null, new object()));
            }