Searched refs:resourceToTempFile (Results 1 – 3 of 3) sorted by relevance
49 File file = Support_Resources.resourceToTempFile("/simple.xml"); in testGetBaseUri()
228 File f = Support_Resources.resourceToTempFile("/simple.xml"); in testGetBaseURI()241 File f = Support_Resources.resourceToTempFile("/simple.xml"); in test_parseLjava_io_File()283 f = Support_Resources.resourceToTempFile("/wrong.xml"); in test_parseLjava_io_File()
180 public static File resourceToTempFile(String path) throws IOException { in resourceToTempFile() method in Support_Resources