コード例 #1
0
 public FuncTestContext(IBddRunner runner)
     : base(null, null, null, a => runner.Given(a))
 {
     Init(this, this, this);
 }
コード例 #2
0
 public ActionTestContext(IBddRunner runner)
     : base(new Givens(), new Whens(), new Thens(), a => runner.Given(a))
 {
 }