75 percentage cover on calibration

This commit is contained in:
Pritimay Sarkar
2024-01-18 12:08:03 +05:30
parent faa83db5f3
commit 71ca08edaa
11 changed files with 620 additions and 257 deletions

View File

@@ -91,6 +91,12 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation "androidx.work:work-testing-ktx:2.9.0"
androidTestImplementation 'androidx.test:core-ktx:1.5.0'
// mockk
testImplementation 'io.mockk:mockk:1.10.6'
// Mockito dependencies
testImplementation 'org.mockito:mockito-core:3.12.4'
androidTestImplementation 'org.mockito:mockito-android:3.12.4'