Example #1
0
 public void IncrementShouldReturn(FakeCounter nextCounter)
 {
     _nextCounter = nextCounter;
 }
Example #2
0
 public void IncrementShouldReturn(FakeCounter nextCounter)
 {
     _nextCounter = nextCounter;
 }