How to modify the parameters of the static method being mocked upon invokation?

前端 未结 0 896
暖寄归人
暖寄归人 2021-01-29 10:57

Let\'s assume I have a class with a static method as so

public class A{
   public static void B(House s){
      s.setBricks("brick");
   }
   
}
         


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