Archetype.Tests.MethodTests.DelegatingObjectTestsDoubleNestedDynamicObjectWithMethods.Setup C# (CSharp) 메소드

Setup() 개인적인 메소드

private Setup ( ) : void
리턴 void
        public override void Setup()
        {
            Value = new DelegatingObject( new DelegatingObject( new DynamicObjectWithMethods() ) );
        }
DelegatingObjectTestsDoubleNestedDynamicObjectWithMethods