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
@@ -17,6 +17,10 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
public bool Publish { get { return true; } }
public bool CanTest(Entities.MetersKind meters) { return meters == Entities.MetersKind.Single; }
public TestMethod()
{
}
public TestMethod(TestMethodCfg cfg)
: base(cfg)
{