Searched refs:readFileAsString (Results 1 – 8 of 8) sorted by relevance
34 public static String readFileAsString(String absolutePath) throws IOException { in readFileAsString() method in TestIoUtils
118 assertEquals("abcdABCD", new String(IoUtils.readFileAsString(tmp.getPath()))); in test_writev()134 assertEquals("hello world", new String(IoUtils.readFileAsString(tmp.getPath()))); in test_append()
719 zoneName = IoUtils.readFileAsString("/etc/timezone"); in getDefaultRef()
300 … public static @NonNull String readFileAsString(@NonNull String absolutePath) throws IOException { in readFileAsString() method in IoUtils
1806 return TestIoUtils.readFileAsString(out.getPath());1864 assertEquals("oobar", TestIoUtils.readFileAsString(out.getPath()));
575 … method @NonNull public static String readFileAsString(@NonNull String) throws java.io.IOException;