Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Add note for JUnit assertion errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusAmshove committed Jun 1, 2020
1 parent 3ebf32b commit e94cbd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ dependencies {
// for Android:
testImplementation 'org.amshove.kluent:kluent-android:{version}'
// To get JUnit errors from kotlin.test, to e.g. enable diff windows in failure messages
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
}
```

Expand Down

0 comments on commit e94cbd8

Please sign in to comment.