public StructOperationResultTests()
 {
     _testedInstance = new BusinessLogicRepository();
     _outerInstance = new ExternalBusinessLogicRepository(_testedInstance);
 }
Exemplo n.º 2
0
 public StructOperationResultTests()
 {
     this._testedInstance = new BusinessLogicRepository();
     this._outerInstance  = new ExternalBusinessLogicRepository(this._testedInstance);
 }