public void TestGetCotizacion() { var result = _cotizacionService.GetCotizacion(Constants.MONEDA_DOLAR); Assert.IsNotNull(result); }
public void CotizacionService_GetCotizacion_Fake_Moneda_Returns_Exception() { _service.GetCotizacion("FakeMoneda"); }