Esempio n. 1
0
 public void SetUp()
 {
     this.view                 = new MockAdEditBox();
     this.preview              = new MockAdViewPreview();
     this.projectService       = new MockProjectService();
     this.configurationService = new MockConfigurationService();
 }
        public void SetUp()
        {
            this.view    = new MockAdEditBox();
            this.preview = new MockAdViewPreview();
            this.configurationService             = new MockConfigurationService();
            this.sequenceRegistry                 = new MockSequenceRegistry();
            this.sequenceModel                    = new MockSequenceModel();
            this.sequence                         = new Sequence();
            this.sequenceRegistry.CurrentSequence = this.sequence;

            this.sequenceRegistry.CurrentSequenceModel = this.sequenceModel;
        }