WIP: unit tests

This commit is contained in:
Piotr Dec 2023-08-24 14:01:44 +02:00
parent ff2e163983
commit 89e16fb805
No known key found for this signature in database
GPG key ID: ABD6CB83D6110D27
3 changed files with 288 additions and 0 deletions

View file

@ -46,6 +46,7 @@ dependencies {
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
testImplementation 'org.assertj:assertj-core:3.24.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'