Skip to content

Commit

Permalink
Merge pull request #15 from airrobe/eli/unitTest
Browse files Browse the repository at this point in the history
unit test for optIn, multiOptIn, confirmation eligibility check implemented
  • Loading branch information
creative-dev-lab authored Jun 2, 2022
2 parents 80db142 + 5d08265 commit bbfa694
Show file tree
Hide file tree
Showing 4 changed files with 627 additions and 17 deletions.
4 changes: 4 additions & 0 deletions AirRobeWidget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ afterEvaluate {
}

dependencies {
testImplementation "junit:junit:4.13.2"
testImplementation "com.google.code.gson:gson:2.9.0"
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
}
Loading

0 comments on commit bbfa694

Please sign in to comment.