Searched refs:FILE_CONTENT (Results 1 – 2 of 2) sorted by relevance
41 private static final String FILE_CONTENT = "Hello World!"; field in GCSBucketUtilFuncTest81 sBucket.pushString(FILE_CONTENT, path); in testStringUpload()82 Assert.assertEquals(FILE_CONTENT, sBucket.pullContents(path)); in testStringUpload()88 sBucket.pushString(FILE_CONTENT, path); in testStringUploadThenDownLoad()89 Assert.assertEquals(FILE_CONTENT, sBucket.pullContents(path)); in testStringUploadThenDownLoad()98 sBucket.pushString(FILE_CONTENT, Paths.get(file)); in testDownloadMultiple()123 FileUtil.writeToFile(FILE_CONTENT, tempDst); in TestUploadDownload()
38 private static final String FILE_CONTENT = "Hello World!"; field in GCSFileDownloaderFuncTest65 FILE_CONTENT, in setUpBeforeClass()103 Assert.assertEquals(FILE_CONTENT, content); in testDownloadFile()