protected override void BeginProcessing()
 {
     CheckCmdletParameters();
     
     TmxInvokeTestSuiteCommand command =
         new TmxInvokeTestSuiteCommand(this);
     command.Execute();
 }
Esempio n. 2
0
        protected override void BeginProcessing()
        {
            CheckCmdletParameters();

            TmxInvokeTestSuiteCommand command =
                new TmxInvokeTestSuiteCommand(this);

            command.Execute();
        }