Skip to content

Commit

Permalink
Name Parametrized Test
Browse files Browse the repository at this point in the history
  • Loading branch information
TiloW committed Apr 28, 2015
1 parent f6c3eb4 commit 2e8759e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/proof/validator/MainValidatorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ public MainValidatorTest(File logFile) {
this.logFile = logFile;
}

@Parameterized.Parameters
@Parameterized.Parameters(name = "{0}")
public static File[] getFiles() throws URISyntaxException {
File dir = new File("build/resources/test/log");

return dir.listFiles(new FileFilter() {
@Override
public boolean accept(File file) {
return file.isFile();
}
Expand Down

0 comments on commit 2e8759e

Please sign in to comment.