Exemple #1
0
 public void AcceptVisitor(ILineStepGatherer gatherer)
 {
     gatherer.Line(this);
 }
 public void AcceptVisitor(ILineStepGatherer gatherer)
 {
     _innerFixture.Context = gatherer.CurrentContext;
     _inner.AcceptVisitor(gatherer);
 }
 public void AcceptVisitor(ILineStepGatherer gatherer)
 {
     gatherer.Composite(this);
 }
 public void AcceptVisitor(ILineStepGatherer gatherer)
 {
     _innerFixture.Context = gatherer.CurrentContext;
     _inner.AcceptVisitor(gatherer);
 }