Skip to content

Merge pull request #11 from axonivy-market/imgbot #160

Merge pull request #11 from axonivy-market/imgbot

Merge pull request #11 from axonivy-market/imgbot #160

GitHub Actions / Test Results succeeded May 1, 2024 in 0s

All 17 tests pass in 21s

17 tests  ±0   17 ✅ ±0   21s ⏱️ +4s
 4 suites ±0    0 💤 ±0 
 4 files   ±0    0 ❌ ±0 

Results for commit 08a4ce5. ± Comparison against earlier commit de7ddc7.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

17 tests found

There are 17 tests, see "Raw output" for the full list of tests.
Raw output
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetAirPollutionByGeoCode_ReturnsAirPollution(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetAirPollutionByGeoCode_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetForecastAirPollutionByGeoCode_ReturnsAirPollution(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetForecastAirPollutionByGeoCode_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetHistoricalAirPollutionByGeoCode_ReturnsAirPollution(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetHistoricalAirPollutionByGeoCode_ThrowsBpmExceptionCanNotGeo(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetHistoricalAirPollutionByGeoCode_ThrowsBpmExceptionStartMoreThanEnd(BpmClient)
com.axonivy.connector.openweather.test.CurrentWeatherProcessTest ‑ testGetCurrentWeatherByGeoCode_ReturnsCurrentWeather(BpmClient)
com.axonivy.connector.openweather.test.CurrentWeatherProcessTest ‑ testGetCurrentWeatherByGeoCode_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.ForecastWeatherProcessTest ‑ testGetForecastByGeoCode_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.ForecastWeatherProcessTest ‑ testGetForecastWeatherByGeoCode_ReturnsForecast(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testGeocodingByName_ReturnsListOfGeoLocations(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testGeocodingByName_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testGeocodingByZip_ReturnsGeoLocation(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testGeocodingByZip_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testReverse_ReturnsListOfGeoLocations(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testReverse_ThrowsBpmException(BpmClient)