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