Verify static void method PowerMockito

前端 未结 0 1867
终归单人心
终归单人心 2021-02-02 03:40

I have 2 static classes as below

class A{
     static void show(){
         B.update()
     }
}
class B{
    static void update(){
         printSomething()
    }         


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