Try to Mock a function but original function execution takes place in android unit test

前端 未结 0 736
轻奢々
轻奢々 2021-01-30 23:28

I have one class having a static builder to create its object. Using this I am not able to mock the function

Class A {
    String name
    private A(String name)          


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