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