current: public SELF withInitScript(String initScriptPath) { this.initScriptPath = initScriptPath; return self(); } expected: public SELF withInitScript(String[] initScriptPaths)
current:
public SELF withInitScript(String initScriptPath) {
this.initScriptPath = initScriptPath;
return self();
}
expected:
public SELF withInitScript(String[] initScriptPaths)