示例#1
0
 public void Setup()
 {
     _sut = new Counter(6);
 }
示例#2
0
 public void CreateSUT()
 {
     _sut = new Counter(6);
 }