Exemplo n.º 1
0
 public CombineOutputCollector(TestPipeApplication _enclosing, Counters.Counter outCounter
                               , Progressable progressable)
 {
     this._enclosing   = _enclosing;
     this.outCounter   = outCounter;
     this.progressable = progressable;
 }
Exemplo n.º 2
0
 public FakeCollector(TestPipeApplication _enclosing, Counters.Counter outCounter,
                      Progressable progressable)
     : base(_enclosing)
 {
     this._enclosing = _enclosing;
 }
Exemplo n.º 3
0
 internal ReaderPipesMapRunner(TestPipeApplication _enclosing)
 {
     this._enclosing = _enclosing;
 }
Exemplo n.º 4
0
 internal TestTaskReporter(TestPipeApplication _enclosing)
 {
     this._enclosing = _enclosing;
 }
Exemplo n.º 5
0
 internal Progress(TestPipeApplication _enclosing)
 {
     this._enclosing = _enclosing;
 }