Dev2.Core.Tests.mvTest.DeployCommandCanExecuteIrrespectiveOfEnvironments C# (CSharp) Method

DeployCommandCanExecuteIrrespectiveOfEnvironments() private method

private DeployCommandCanExecuteIrrespectiveOfEnvironments ( ) : void
return void
        public void DeployCommandCanExecuteIrrespectiveOfEnvironments()
        {
            lock (syncroot)
            {
                CreateFullExportsAndVm();
                Assert.IsTrue(_mainViewModel.DeployCommand.CanExecute(null));
            }
        }
mvTest