Exemplo n.º 1
0
 public IThenBuilder <TFixture> When(Action <TFixture> whenAction, string name)
 {
     _whenAction = new WhenAction <TFixture>(whenAction, name);
     return(this);
 }