Skip to content

Push on master

Push on master #8

GitHub Actions / Test Results succeeded Dec 2, 2024 in 0s

All 17 tests pass in 19s

17 tests  ±0   17 ✅ ±0   19s ⏱️ -1s
 4 suites ±0    0 💤 ±0 
 4 files   ±0    0 ❌ ±0 

Results for commit 6e71784. ± Comparison against earlier commit f14645c.

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)