Exemplo n.º 1
0
 public OrderedCallAssertion(SequentialCallContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 private void CheckCallHappenedInOrder(SequentialCallContext context)
 {
     context.CheckNextCall(this.fakeManager, this.matcher.Matches, this.callDescription, this.repeatConstraint);
 }