/// <summary> /// Adds an expectation for this sub-step /// </summary> /// <param name="sender"></param> /// <param name="args"></param> public void AddExpectationHandler(object sender, EventArgs args) { Item.appendExpectations(Expectation.CreateDefault(Item.Expectations)); }