Fix int tests (#2609)

* Rename JdbcIntegrationTest to JdbcLiveTest

* Rename JdbcIntegrationTest to JdbcLiveTest

* Rename JdbcIntegrationTest to JdbcLiveTest

* Rename Integration tests to Live tests

* Turn off benchmarks

* BroadcastIntegratonTest -> BroadcastLiveTest

* Refactor Retrofit samples
This commit is contained in:
Grzegorz Piwowarek 2017-09-11 20:31:34 +02:00 committed by GitHub
parent 63678ff149
commit 4cba067620
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import com.baeldung.retrofit.models.Repository;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
public class GitHubBasicApiTest {
public class GitHubBasicApiLiveTest {
GitHubBasicApi gitHub;