Exemplo n.º 1
0
 public FuncTestContext(IBddRunner runner)
     : base(null, null, null, a => runner.Given(a))
 {
     Init(this, this, this);
 }
Exemplo n.º 2
0
 public ActionTestContext(IBddRunner runner)
     : base(new Givens(), new Whens(), new Thens(), a => runner.Given(a))
 {
 }