Skip to content

Commit

Permalink
#47 Remove : 테스트 관련 라이브러리 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
DongChyeon committed Feb 12, 2024
1 parent 963bf54 commit 0182c14
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 44 deletions.
7 changes: 0 additions & 7 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,7 @@ dependencies {
implementation(DATASTORE)
kapt(DAGGER_COMPILER)
kapt(HILT_ANDROID_COMPILER)
androidTestImplementation(COMPOSE_UI_TEST_JUNIT4)
androidTestImplementation(TEST_EXT_JUNIT)
androidTestImplementation(TEST_ESPRESSO_CORE)
androidTestImplementation(COMPOSE_BOM)

testImplementation(JUNIT)

debugImplementation(COMPOSE_UI_TOOLING)
debugImplementation(COMPOSE_UI_TEST_MANIFEST)
}
}
6 changes: 0 additions & 6 deletions buildSrc/src/main/java/Dependency.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ object Dependency {
const val COMPOSE_PAGING_RUNTIME = "androidx.paging:paging-runtime:${Versions.PAGING3}"
const val COMPOSE_UI = "androidx.compose.ui:ui:${Versions.COMPOSE}"
const val COMPOSE_UI_TOOLING = "androidx.compose.ui:ui-tooling:${Versions.COMPOSE}"
const val COMPOSE_UI_TEST_JUNIT4 = "androidx.compose.ui:ui-test-junit4:${Versions.COMPOSE}"
const val COMPOSE_UI_PREVIEW = "androidx.compose.ui:ui-tooling-preview:${Versions.COMPOSE}"
const val COMPOSE_UI_TEST_MANIFEST = "androidx.compose.ui:ui-test-manifest:${Versions.COMPOSE}"
const val NAVIGATION_COMPOSE =
"androidx.navigation:navigation-compose:${Versions.NAVIGATION_COMPOSE}"
const val COROUTINES_ANDROID =
Expand Down Expand Up @@ -57,9 +55,5 @@ object Dependency {
const val PLAY_SERVICES_AUTH = "com.google.android.gms:play-services-auth:${Versions.PLAY_SERVICES_AUTH}"
const val PLAY_SERVICES_LOCATION = "com.google.android.gms:play-services-location:${Versions.PLAY_SERVICES_LOCATION}"
const val PLAY_SERVICES_MAPS = "com.google.android.gms:play-services-maps:${Versions.PLAY_SERVICES_MAPS}"
const val TEST_EXT_JUNIT = "androidx.test.ext:junit:${Versions.TEST_EXT_JUNIT}"
const val TEST_ESPRESSO_CORE =
"androidx.test.espresso:espresso-core:${Versions.TEST_ESPRESSO_CORE}"
const val JUNIT = "junit:junit:4.13.2"
const val COMPOSE_UI_UTIL = "androidx.compose.ui:ui-util:$${Versions.COMPOSE}"
}
3 changes: 0 additions & 3 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ object Versions {
const val RETROFIT2 = "2.9.0"
const val OKHTTP3 = "5.0.0-alpha.11"
const val CHUCKER_LIBRARY = "4.0.0"
const val TEST_EXT_JUNIT = "1.1.5"
const val TEST_ESPRESSO_CORE = "3.5.1"
const val JUNIT = "4.13.2"
const val GOOGLE_SERVICES = "4.4.0"
const val PLAY_SERVICES_AUTH = "20.7.0"
const val PLAY_SERVICES_LOCATION = "21.1.0"
Expand Down
5 changes: 1 addition & 4 deletions core/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ android {
dependencies {
implementation(project(":core:design"))

implementation("io.github.fornewid:naver-map-compose:1.3.3")
with(Dependency) {
implementation(NAVER_MAP_COMPOSE)
implementation(ANDROID_CORE_KTX)
implementation(COMPOSE_UI)
implementation(NAVIGATION_COMPOSE)
Expand All @@ -64,8 +64,5 @@ dependencies {
implementation(LIFECYCLE_RUNTIME_VIEWMODEL)
implementation(CONVERTER_GSON)
implementation(DATASTORE)
testImplementation(JUNIT)
androidTestImplementation(TEST_EXT_JUNIT)
androidTestImplementation(TEST_ESPRESSO_CORE)
}
}
1 change: 0 additions & 1 deletion core/design/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ dependencies {
implementation(COMPOSE_MATERIAL)
implementation(COMPOSE_UI)
implementation(COMPOSE_UI_TOOLING)
implementation(COMPOSE_UI_TEST_MANIFEST)
implementation(COMPOSE_UI_PREVIEW)
implementation(platform(KOTLIN_BOM))
}
Expand Down
3 changes: 0 additions & 3 deletions data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,10 @@ dependencies {
implementation(COMPOSE_PAGING)
implementation(HILT_ANDROID)
implementation(DATASTORE)
androidTestImplementation(TEST_EXT_JUNIT)
androidTestImplementation(TEST_ESPRESSO_CORE)
implementation(RETROFIT)
implementation(CONVERTER_GSON)
implementation(OKHTTP)
implementation(LOGGING_INTERCEPTOR)
implementation(CHUCKER_LIBRARY)
testImplementation(JUNIT)
}
}
4 changes: 0 additions & 4 deletions feature/auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,5 @@ dependencies {
implementation(DATASTORE)
implementation(KAKAO_SDK_USER) // 카카오 로그인
implementation(PLAY_SERVICES_AUTH) // 구글 로그인
androidTestImplementation(TEST_EXT_JUNIT)
androidTestImplementation(TEST_ESPRESSO_CORE)
androidTestImplementation(COMPOSE_UI_TEST_JUNIT4)
testImplementation(JUNIT)
}
}
4 changes: 0 additions & 4 deletions feature/home/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,5 @@ dependencies {
implementation(HILT_NAVIGATION_COMPOSE)
implementation(LIFECYCLE_RUNTIME_COMPOSE)
implementation(DATASTORE)
androidTestImplementation(TEST_EXT_JUNIT)
androidTestImplementation(TEST_ESPRESSO_CORE)
androidTestImplementation(COMPOSE_UI_TEST_JUNIT4)
testImplementation(JUNIT)
}
}
4 changes: 0 additions & 4 deletions feature/map/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,5 @@ dependencies {
implementation(HILT_ANDROID)
implementation(HILT_NAVIGATION_COMPOSE)
implementation(LIFECYCLE_RUNTIME_COMPOSE)
androidTestImplementation(TEST_EXT_JUNIT)
androidTestImplementation(TEST_ESPRESSO_CORE)
androidTestImplementation(COMPOSE_UI_TEST_JUNIT4)
testImplementation(JUNIT)
}
}
4 changes: 0 additions & 4 deletions feature/mypage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,5 @@ dependencies {
implementation(HILT_NAVIGATION_COMPOSE)
implementation(LIFECYCLE_RUNTIME_COMPOSE)
implementation(DATASTORE)
androidTestImplementation(TEST_EXT_JUNIT)
androidTestImplementation(TEST_ESPRESSO_CORE)
androidTestImplementation(COMPOSE_UI_TEST_JUNIT4)
testImplementation(JUNIT)
}
}
4 changes: 0 additions & 4 deletions feature/note/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,5 @@ dependencies {
implementation(HILT_ANDROID)
implementation(HILT_NAVIGATION_COMPOSE)
implementation(LIFECYCLE_RUNTIME_COMPOSE)
androidTestImplementation(TEST_EXT_JUNIT)
androidTestImplementation(TEST_ESPRESSO_CORE)
androidTestImplementation(COMPOSE_UI_TEST_JUNIT4)
testImplementation(JUNIT)
}
}

0 comments on commit 0182c14

Please sign in to comment.