Catel.Test.Data.ModelBaseTest.InitializePropertyAfterConstruction_Null C# (CSharp) 메소드

InitializePropertyAfterConstruction_Null() 개인적인 메소드

private InitializePropertyAfterConstruction_Null ( ) : void
리턴 void
        public void InitializePropertyAfterConstruction_Null()
        {
            var obj = new DynamicObject();
            ExceptionTester.CallMethodAndExpectException<ArgumentNullException>(() => obj.InitializePropertyAfterConstruction(null));
        }
ModelBaseTest