1 package sample.more;2 3 /**4 * @mock:generate5 */6 public interface OneStringArrayParameterMethod {7 8 void newMethod(String [][] strings);9 }