public OrderedCallAssertion(SequentialCallContext context) { this.context = context; }
private void CheckCallHappenedInOrder(SequentialCallContext context) { context.CheckNextCall(this.fakeManager, this.matcher.Matches, this.callDescription, this.repeatConstraint); }