Searched refs:createLineBasedFile (Results 1 – 3 of 3) sorted by relevance
179 … public static void createLineBasedFile(final File file, final String[] data) throws IOException { in createLineBasedFile() method in TestUtils
1019 TestUtils.createLineBasedFile(file, data); in testReadLines_InputStream()1037 TestUtils.createLineBasedFile(file, data); in testReadLines_InputStream_String()1055 TestUtils.createLineBasedFile(file, data); in testReadLines_Reader()
308 TestUtils.createLineBasedFile(file, new String[]{"Hello"});377 TestUtils.createLineBasedFile(file, new String[]{"Hello"});399 TestUtils.createLineBasedFile(file, new String[]{"Hello"});2437 TestUtils.createLineBasedFile(file, data);