Skip to content

Commit

Permalink
Merge pull request #4027 from diega/patch-1
Browse files Browse the repository at this point in the history
[java] Allow setting test folder
  • Loading branch information
wing328 authored Oct 18, 2016
2 parents f345600 + c26833f commit c3a12cb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,10 @@ public void setSourceFolder(String sourceFolder) {
this.sourceFolder = sourceFolder;
}

public void setTestFolder(String testFolder) {
this.testFolder = testFolder;
}

public void setLocalVariablePrefix(String localVariablePrefix) {
this.localVariablePrefix = localVariablePrefix;
}
Expand Down

0 comments on commit c3a12cb

Please sign in to comment.