Skip to content

Commit

Permalink
list files in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarv committed Nov 7, 2017
1 parent a13fcfc commit 8dae88b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@

import java.io.FileNotFoundException;
import java.io.IOException;
import java.nio.file.*;
import java.util.*;

public class DotFileWriterTest {
@Rule
public TemporaryFolder tmp = new TemporaryFolder();

private String read(String fileName) throws IOException {
System.out.println(Arrays.toString(tmp.getRoot().list()));
return TestUtils.readFile(tmp, fileName);
}

Expand Down

0 comments on commit 8dae88b

Please sign in to comment.