IComponentCfg and IComponentFactory interfaces and all derived classes modified.
This commit is contained in:
@@ -24,10 +24,10 @@ namespace TBF.BenchControl.TestMethods.PMaxTest
|
||||
{
|
||||
}
|
||||
|
||||
public TestMethod(TestMethodCfg cfg)
|
||||
public TestMethod(Generic.IComponentCfg cfg)
|
||||
: base(cfg)
|
||||
{
|
||||
testMethodCfg = cfg;
|
||||
testMethodCfg = cfg as TestMethodCfg;
|
||||
log.Debug(this.ToString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user