示例#1
0
 public FlowTestClient(
     ITestChannel testChannel
     )
 {
     _scriptReader    = new ScriptReader(new MessageProvider());
     _testChannel     = testChannel;
     _engineProcessor = new EngineProcessor(testChannel);
 }
 public EngineProcessor(
     ITestChannel channel
     )
 {
     _channel = channel;
 }