Configs.NameOnly.TestMethodCfg[Ctrl] introduced and reused by Adjustment, FixedStartAdvanced, ...

... FixedStartCombinedMeters, FixedStartMassCollection, FlyingStart, FlyingStartMassCollection, ReferenceFlowMeterCalibration.
This commit is contained in:
Milan Hanajik
2016-08-15 10:14:14 +02:00
parent 8dae45e10e
commit f7a7987831
36 changed files with 29 additions and 1948 deletions
@@ -3,6 +3,7 @@
///
using System.Collections.Generic;
using TBF.BenchControl.Generic;
using TBF.BenchControl.Configs.NameOnly;
namespace TBF.BenchControl.TestMethods.ReferenceFlowmeterCalibration
{
@@ -16,7 +17,7 @@ namespace TBF.BenchControl.TestMethods.ReferenceFlowmeterCalibration
public IComponent GetComponent(IComponentCfg cfg, IList<IComponent> components) { return new TestMethod(cfg); }
public IComponentCfg DefaultConfig() { return new TestMethodCfg(this); }
public IComponentCfg DefaultConfig() { return new TestMethodCfg("ReferenceFlowmeterCalibration", this); }
public IComponentCfg CmpntCfgFromCmpntEntity(Config.Entities.Component component)
{