Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Releases: d4l-data4life/hc-test-util-sdk-kmp

v0.5.0

03 May 11:29
efec3dc
Compare
Choose a tag to compare

Re-Release of 0.4.1 due to publishing issues

v0.4.1

02 May 10:47
1123350
Compare
Choose a tag to compare

Bumped

  • Robolectric 4.7.3 -> 4.8

Changed

  • Android Target SDK 30 -> 31

v0.4.0

26 Apr 07:55
84e69e8
Compare
Choose a tag to compare

Bumped

  • Gradle 7.2 -> 7.4.2
  • Android Gradle Plugin 7.0.2 -> 7.1.3
  • BREAKING Kotlin -> 1.6.10
  • BREAKING Coroutines 1.5.1 -> 1.6.0
  • Ktor 1.6.2 -> 1.6.8
  • Desugar 1.0.4 -> 1.1.5
  • Android Ktx 1.6.0 -> 1.7.0
  • Android AppCompat 1.3.1 -> 1.4.1
  • Android ConstraintLayout 2.0.1 -> 2.1.3
  • Android Material 1.4.0 -> 1.5.0
  • Robolectric 4.6.1 -> 4.7.3

v0.3.0

20 Sep 13:48
cf77a93
Compare
Choose a tag to compare

Added

  • AndroidOnly, JvmOnly and iOSOnly annotations for common

Bumped

  • Gradle 6.9 -> 7.2
  • BREAKING Kotlin 1.4.32 -> 1.5.21
  • BREAKING Android Gradle Plugin 4.2.2 -> 7.0.2
  • BREAKING Coroutines 1.4.3 -> 1.5.1
  • BREAKING Ktor 1.5.4 -> 1.6.2
  • Android XKtx 1.3.1 -> 1.6.0
  • Android AppCompat 1.2.0 -> 1.3.1
  • Android Test 1.1.2 -> 1.4.0
  • Android Espresso 3.3.0 -> 3.4.0
  • Android Material Components 1.2.0 -> 1.4.0
  • JUnit 4.13.1 -> 4.13.2

v0.2.0

30 Aug 14:38
d78ac67
Compare
Choose a tag to compare

Added

  • RobolectricTestRunner for common

Bumped

  • Robolectric 4.4 -> 4.6.1

v0.1.0

09 Aug 13:08
2977192
Compare
Choose a tag to compare

Initial Release

Features

util-test

  • ResourceLoader for common code

util-coroutine-test

  • runBlockingTest and runWithContextBlocking to enable tests with coroutines in common code

util-ktor-test

  • convenient Factory for MockClient
  • convenient Factory to produce a HelloWorld response
  • Plugin to to resolve directly objects in order to avoid integration testing with a MockClient