private void AssertCorrectProcessing( Dictionary <string, string> testParams ) { AssertHelper.AssertAllElementsEqual( testParams, BackgroundService.GetDataFromWorker()); }
public void ManipulateInMediumDecayWidthVariables() { BackgroundService.SetWorker(WorkerLoader.CreateInstance("InMediumDecayWidth")); BackgroundService.TransferDataToWorker(ParameterSamples.InMediumDecayWidthSamples); AssertHelper.AssertAllElementsEqual( ParameterSamples.InMediumDecayWidthSamples, BackgroundService.GetDataFromWorker()); }
public void ManipulateQQonFireVariables() { BackgroundService.SetWorker(WorkerLoader.CreateInstance("QQonFire")); BackgroundService.TransferDataToWorker(ParameterSamples.QQonFireSamples); AssertHelper.AssertAllElementsEqual( ParameterSamples.QQonFireSamples, BackgroundService.GetDataFromWorker()); }