Kotlin 썸네일형 리스트형 Retrofit + Rx + JUnit 으로 api test 하기 Retofit 을 RX 로 Wrapping 해서 API test 를 실행할 수 있다. Junit5 Gradle 설정testImplementation 'org.junit.jupiter:junit-jupiter-api:5.2.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'Retrofit Gradle 설정implementation 'com.squareup.retrofit2:retrofit:2.4.0' implementation 'com.squareup.retrofit2:converter-gson:2.4.0' implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0' implementa.. 더보기 이전 1 다음