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