Catel.Test.Data.FieldValidationResultFacts.TheConstructor.ThrowsNullReferenceExceptionForNullProperty C# (CSharp) Method

ThrowsNullReferenceExceptionForNullProperty() private method

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