BAEL-3931: Migrate FuelHttpUnitTest to FuelHttpLiveTest

This commit is contained in:
Krzysztof Woyke 2020-03-18 15:11:59 +01:00
parent 89e04a58fd
commit 9d2472839f
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@ import org.junit.jupiter.api.Test
import java.io.File
import java.util.concurrent.CountDownLatch
internal class FuelHttpUnitTest {
/**
* These live tests make connections to the external systems: http://httpbin.org, https://jsonplaceholder.typicode.com
* Make sure these hosts are up and your internet connection is on before running the tests.
*/
internal class FuelHttpLiveTest {
@Test
fun whenMakingAsyncHttpGetRequest_thenResponseNotNullAndErrorNullAndStatusCode200() {