All Versions
10
Latest Version
Avg Release Cycle
95 days
Latest Release
1698 days ago
Changelog History
Changelog History
-
v1.1.2 Changes
March 21, 2020 -
v1.1.1 Changes
October 27, 2019 -
v1.1.0 Changes
March 05, 2019๐ Changes
โ #36: Adding Hook for on changed value
โ #40: Adding assertion to all values received byTestObserver
โ #41: Better error message forTestObserver.assertValue(predicate)
Kotlin users:
testImplementation 'com.jraska.livedata:testing-ktx:1.1.0'
Java users:
testImplementation 'com.jraska.livedata:testing:1.1.0'
-
v1.0.0 Changes
January 12, 2019 -
v0.6.0 Changes
December 12, 2018โ #27: Add
map
operator for complex data structures assertions.testImplementation 'com.jraska.livedata:testing:0.6.0' testImplementation 'com.jraska.livedata:testing-ktx:0.6.0' // If you are Kotlin positive
-
v0.5.0 Changes
November 26, 2018โ #23 : Adding
TestLifecycle
to testLiveData
with lifecycle changestestImplementation 'com.jraska.livedata:testing:0.5.0' testImplementation 'com.jraska.livedata:testing-ktx:0.5.0' // If you are Kotlin positive
-
v0.4.0 Changes
November 18, 2018โ #19: Awaiting methods for multithreading
testImplementation 'com.jraska.livedata:testing:0.4.0' testImplementation 'com.jraska.livedata:testing-ktx:0.4.0' // If you are Kotlin positive
-
v0.3.0 Changes
August 26, 2018โ Done #14: Using androidx namespace now
testImplementation 'com.jraska.livedata:testing:0.3.0' testImplementation 'com.jraska.livedata:testing-ktx:0.3.0' // If you are Kotlin positive
-
v0.2.1 Changes
January 12, 2019๐ Compatibility release for users not using yet
androidx
package -
v0.2.0 Changes
July 22, 2018๐ Version 0.2.0
๐ Initial release
testImplementation 'com.jraska.livedata:testing:0.2.0'testImplementation 'com.jraska.livedata:testing-ktx:0.2.0' // If you are Kotlin positive