Skip to content

Commit

Permalink
Merge pull request #12 from Mofazzal874/Mofazzal
Browse files Browse the repository at this point in the history
discarded test on ViewAllActivity
  • Loading branch information
Mofazzal874 committed May 24, 2024
2 parents 256f6fa + bef2516 commit 5f8128c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies {
implementation("com.google.firebase:firebase-database:20.3.0")
implementation("com.google.firebase:firebase-firestore:24.9.1")
implementation("com.google.firebase:firebase-storage:20.3.0")
implementation("androidx.test.ext:truth:1.5.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")
implementation ("com.makeramen:roundedimageview:2.3.0")
implementation ("com.airbnb.android:lottie:4.1.0")
Expand Down Expand Up @@ -74,8 +75,19 @@ dependencies {
// Robolectric dependencies for unit tests
testImplementation("org.robolectric:robolectric:4.7.3") //to run Android tests in the JVM without the need for an emulator or real device.



//dependencies for ui_test
androidTestImplementation("androidx.test:rules:1.5.0")


// AndroidX Test - Instrumentation Testing
androidTestImplementation("androidx.test:runner:1.5.2")
androidTestImplementation("androidx.test:rules:1.5.0")
// Espresso
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
// Mockito
testImplementation("org.mockito:mockito-core:5.12.0")
androidTestImplementation("org.mockito:mockito-android:4.0.0")
// Activity Scenario
androidTestImplementation("androidx.test:core:1.5.0")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
}

This file was deleted.

0 comments on commit 5f8128c

Please sign in to comment.