Catel.Test.Data.FieldValidationResultFacts.TheConstructor.ThrowsNullReferenceExceptionForNullProperty C# (CSharp) Méthode

ThrowsNullReferenceExceptionForNullProperty() private méthode

private ThrowsNullReferenceExceptionForNullProperty ( ) : void
Résultat void
            public void ThrowsNullReferenceExceptionForNullProperty()
            {
                ExceptionTester.CallMethodAndExpectException<NullReferenceException>(() => new FieldValidationResult((PropertyData)null, ValidationResultType.Error, "message"));
            }