Catel.Test.Reflection.ReflectionExtensionsFacts.TheIsInstanceOfTypeExMethod.ThrowsArgumentNullExceptionForNullType C# (CSharp) Méthode

ThrowsArgumentNullExceptionForNullType() private méthode

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