Skip to content

Commit f7ab3f6

Browse files
committed
move DateParser into separate file
1 parent 3453853 commit f7ab3f6

4 files changed

Lines changed: 371 additions & 361 deletions

File tree

android/app/build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141

4242
testLogging {
4343
events "skipped", "failed"
44-
showStandardStreams = true
44+
showStandardStreams = false // set to true to debug tests
4545
exceptionFormat = "full"
4646
}
4747
}
@@ -72,4 +72,9 @@ dependencies {
7272

7373
implementation "com.squareup.okhttp3:okhttp:5.3.2"
7474
implementation "io.github.g00fy2:versioncompare:1.5.0"
75+
76+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.2'
77+
testImplementation "io.mockk:mockk:1.14.9"
78+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
79+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.2'
7580
}

0 commit comments

Comments
 (0)