Пример #1
0
 public void Setup()
 {
     _sut = new Counter(6);
 }
Пример #2
0
 public void CreateSUT()
 {
     _sut = new Counter(6);
 }