Archetype.Tests.MethodTests.DelegatingObjectTestsDoubleNestedDynamicObjectWithMethods.Setup C# (CSharp) Méthode

Setup() private méthode

private Setup ( ) : void
Résultat void
        public override void Setup()
        {
            Value = new DelegatingObject( new DelegatingObject( new DynamicObjectWithMethods() ) );
        }
DelegatingObjectTestsDoubleNestedDynamicObjectWithMethods