Catel.Test.Data.FieldValidationResultFacts.TheConstructor.ThrowsNullReferenceExceptionForNullProperty C# (CSharp) 메소드

ThrowsNullReferenceExceptionForNullProperty() 개인적인 메소드

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