Home
last modified time | relevance | path

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

/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/
DTestNanoFileUpLoad.java182 executeUpload(httpclient, textFileName, post); in testPostWithMultipartFormUpload1()
193 executeUpload(httpclient, textFileName, post); in testPostWithMultipartFormUpload2()
204 executeUpload(httpclient, textFileName, post); in testPostWithMultipartFormUpload3()
209 …private void executeUpload(CloseableHttpClient httpclient, String textFileName, HttpPost post) thr… in executeUpload() method in TestNanoFileUpLoad