protected override void When()
 {
     try
     {
         _result = _sut.EnviarPaquete();
     }
     catch (Exception exception)
     {
         _exception = exception;
     }
 }
Example #2
0
 private static void HacerEntrega(CentroLogistica centroLogistica)
 {
     System.Console.WriteLine(centroLogistica.EnviarPaquete());
 }