IComponentFactory.DummyComponent() interface function added and implemented in all components.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user