Beispiel #1
0
        private void Run()
        {
            if (!worker.IsBusy)
            {
                var list = GetSelectedTestCases();
                if (list != null && list.Count > 0)
                {
                    SaveState();

                    if (GlobalOptions.UseCommonDirectory)
                    {
                        QA.CopyNUnitTests();
                    }

                    worker.RunWorkerAsync(list);
                }
            }
        }