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