Exemplo n.º 1
0
 public void Setup()
 {
     _sut = new TrianyRepository();
     _printBuffer = string.Empty;
 }
Exemplo n.º 2
0
 public void SetUp()
 {
     _sut = new TrianyRepository();
     _allocatedId = _sut.AllocateTriany();
 }