Exemplo n.º 1
0
 public void PrepareValidater(TestInterfaceData worker)
 {
     DCU         = worker.DcuWorker;
     mXmlWorking = worker.XmlWorking;
     mTestCases  = worker.TestCaseForAutoTests;
     mTests      = worker.TestForAutoTests;
     mNeedValue  = worker.ValidParam;
     mCommands   = worker.CommandForAutoTests;
 }
Exemplo n.º 2
0
 public void PrepareTestPusher(TestInterfaceData interfaceData)
 {
     testCommandsView = interfaceData.testCommandsView;
     Tests            = interfaceData.Tests;
     testsComboBox    = interfaceData.testsComboBox;
     progressBar1     = interfaceData.progressBar1;
     timeForWaitBox3  = interfaceData.timeForWaitBox3;
     testEnd          = interfaceData.TestEnd;
     iMworker         = interfaceData.iMWorker;
 }
Exemplo n.º 3
0
 public void SendDataToWork(TestInterfaceData dataPusher)
 {
     dataPusher.Tests            = TestsCases;
     dataPusher.TestEnd          = label4;
     dataPusher.iMWorker         = ImitatorSer;
     dataPusher.progressBar1     = progressBar1;
     dataPusher.testCommandsView = testsCommandsListBox;
     dataPusher.testsComboBox    = testsComboBox;
     dataPusher.timeForWaitBox3  = timeForWaitBox3;
 }
Exemplo n.º 4
0
        public void PrepareTestPusher(TestInterfaceData interfaceData)
        {
            testCommandsView = interfaceData.testCommandsView;
            Tests            = interfaceData.Tests;
            testsComboBox    = interfaceData.testsComboBox;
            progressBar1     = interfaceData.progressBar1;
            timeForWaitBox3  = interfaceData.timeForWaitBox3;
            testEnd          = interfaceData.TestEnd;
            iMworker         = interfaceData.iMWorker;

            mTestCaseForAuto     = interfaceData.TestCaseForAutoTests;
            mCommandForAutoTests = interfaceData.CommandForAutoTests;
            mTestForAutoTests    = interfaceData.TestForAutoTests;
            mValidParam          = interfaceData.ValidParam;
        }