public static void Create(this CellOperation operation, MutableDomainAdapter adapter, string className, Tree<Cell> parameterCell) { TypedValue instance = operation.Create(className, parameterCell); adapter.SetSystemUnderTest(instance.Value); }
public void Do(Tree<Cell> cell) { //operation.Create(adapter, memberName, new CellTree(cell)); var instance = processor.Create(memberName, new CellTree(cell)); adapter.SetSystemUnderTest(instance.Value); }
public static void Create(this CellOperation operation, MutableDomainAdapter adapter, string className, Tree <Cell> parameterCell) { TypedValue instance = operation.Create(className, parameterCell); adapter.SetSystemUnderTest(instance.Value); }