Factories are without ResetStaticProperties( ).
This commit is contained in:
@@ -9,9 +9,7 @@ namespace TBF.BenchControl.TestMethods.FixedStart.Single
|
||||
{
|
||||
public class Factory : IComponentFactory
|
||||
{
|
||||
public string ClassName { get { return this.GetType().Namespace.Substring(17); } }
|
||||
|
||||
public void ResetStaticProperties() { Component.ResetStaticProperties(); }
|
||||
public string ClassName { get { return GetType().Namespace.Substring(17); } }
|
||||
|
||||
public IComponent DummyComponent() { return new Component(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user