BAEL-3931: Migrate FuelHttpUnitTest to FuelHttpLiveTest

This commit is contained in:
Krzysztof Woyke
2020-03-18 15:11:59 +01:00
parent 9a7b490c99
commit bf2a1274ea

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() {