Exemplo n.º 1
0
 protected override void When()
 {
     try
     {
         _result = _sut.CrearSofa();
     }
     catch (Exception exception)
     {
         _exception = exception;
     }
 }