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