IComponentFactory.DummyComponent() interface function added and implemented in all components.

This commit is contained in:
Milan Hanajik
2015-06-29 11:14:33 +02:00
parent 9c99799694
commit 7b902e8ca3
95 changed files with 316 additions and 44 deletions
@@ -11,6 +11,8 @@ namespace TBF.BenchControl.TestMethods.ReferenceFlowmeterCalibration
public void ResetStaticProperties() { TestMethod.ResetStaticProperties(); }
public IComponent DummyComponent() { return new TestMethod(); }
public IComponentCfg DefaultConfig() { return new TestMethodCfg(this); }
public IComponentCfg CmpntCfgFromCmpntEntity(Entities.Component component)