Ejemplo n.º 1
0
        public override void SetUp()
        {
            base.SetUp();
            this.ExtractWorkingCopy();
            this.ExtractRepos();

            this.cmd = new LogCommand();

            this.uiShell = new MyUIShellImpl();
            this.ctx = new ContextBase( );
            this.uiShell.Context = this.ctx;
            this.ctx.UIShell = this.uiShell;
        }
Ejemplo n.º 2
0
        public override void SetUp()
        {
            base.SetUp();
            this.ExtractWorkingCopy();
            this.ExtractRepos();
            TestUtils.ToggleAnkh( false, "7.1" );

            this.uiShell = new MyUIShellImpl();
            this.ctx = new MyContext( );
            this.uiShell.Context = this.ctx;
            this.explorer = new ContextBase.ExplorerImpl( this.ctx );
            this.ctx.UIShell = this.uiShell;
            this.ctx.SolutionExplorer = this.explorer;

            this.cmd = new CommitItemCommand();
        }