how to unit test a view that extends LinearLayout with JUnit5 and mockk?

前端 未结 0 1798
轻奢々
轻奢々 2020-12-22 06:25

I have a view that extends LinearLayout:

internal class MyWidgetView
constructor(
    context: Context,
    attrs: AttributeSet
) : LinearLayout(context, attr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题