标签: android unit-testing android-studio kotlin junit
我在演示者中使用sortedByDescending集合扩展,并且当我触发为演示者编写的单元测试时,出现以下错误:
sortedByDescending
(Coverage): Class data was not extracted: com.example.yoyo.ui.mainui.Presenter$$special$$inlined$sortedByDescending$1: java.lang.Throwable
如果我注释掉sortedByDescending扩展名,则覆盖范围会正确显示。