Home
last modified time | relevance | path

Searched refs:textFileName (Results 1 – 1 of 1) sorted by relevance

/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/
DTestNanoFileUpLoad.java179 String textFileName = "src/test/java/fi/iki/elonen/TestNanoFileUpLoad.java"; in testPostWithMultipartFormUpload1() local
182 executeUpload(httpclient, textFileName, post); in testPostWithMultipartFormUpload1()
184 Assert.assertEquals(file.getSize(), new File(textFileName).length()); in testPostWithMultipartFormUpload1()
190 String textFileName = "src/test/java/fi/iki/elonen/TestNanoFileUpLoad.java"; in testPostWithMultipartFormUpload2() local
193 executeUpload(httpclient, textFileName, post); in testPostWithMultipartFormUpload2()
195 Assert.assertEquals(file.getSize(), new File(textFileName).length()); in testPostWithMultipartFormUpload2()
201 String textFileName = "src/test/java/fi/iki/elonen/TestNanoFileUpLoad.java"; in testPostWithMultipartFormUpload3() local
204 executeUpload(httpclient, textFileName, post); in testPostWithMultipartFormUpload3()
206 Assert.assertEquals(file.getSize(), new File(textFileName).length()); in testPostWithMultipartFormUpload3()
209 …private void executeUpload(CloseableHttpClient httpclient, String textFileName, HttpPost post) thr… in executeUpload() argument
[all …]