Archetype.Tests.MethodTests.DelegatingObjectTestsDoubleNestedDynamicObjectWithMethods.Setup C# (CSharp) Метод

Setup() приватный Метод

private Setup ( ) : void
Результат void
        public override void Setup()
        {
            Value = new DelegatingObject( new DelegatingObject( new DynamicObjectWithMethods() ) );
        }
DelegatingObjectTestsDoubleNestedDynamicObjectWithMethods