Exemplo n.º 1
0
 private void AssertCorrectProcessing(
     Dictionary <string, string> testParams
     )
 {
     AssertHelper.AssertAllElementsEqual(
         testParams, BackgroundService.GetDataFromWorker());
 }
Exemplo n.º 2
0
        public void ManipulateInMediumDecayWidthVariables()
        {
            BackgroundService.SetWorker(WorkerLoader.CreateInstance("InMediumDecayWidth"));
            BackgroundService.TransferDataToWorker(ParameterSamples.InMediumDecayWidthSamples);

            AssertHelper.AssertAllElementsEqual(
                ParameterSamples.InMediumDecayWidthSamples, BackgroundService.GetDataFromWorker());
        }
Exemplo n.º 3
0
        public void ManipulateQQonFireVariables()
        {
            BackgroundService.SetWorker(WorkerLoader.CreateInstance("QQonFire"));
            BackgroundService.TransferDataToWorker(ParameterSamples.QQonFireSamples);

            AssertHelper.AssertAllElementsEqual(
                ParameterSamples.QQonFireSamples, BackgroundService.GetDataFromWorker());
        }