livedata testing:TestObserver可以轻松测试LiveData并对其进行断言 源码
LiveData测试 TestObserver可以轻松测试LiveData并对其进行声明。 阅读以获取更多信息。 用法 计数器的LiveData从0到4: 参见 liveData . test() .awaitValue() .assertHasValue() .assertValue { it > 3 } .assertValue( 4 ) .assertHistorySize( 5 ) .assertNever { it > 4 } // Assertion on structures with a lot of nesting viewLi
文件列表
livedata-testing-master.zip
(预估有个31文件)
livedata-testing-master
gradlew.bat
3KB
gradlew
6KB
gradle.properties
178B
img
livedata-testing.png
41KB
.github
dependabot.yml
129B
testing
src
暂无评论