Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSBucketUtilFuncTest.java41 private static final String FILE_CONTENT = "Hello World!"; field in GCSBucketUtilFuncTest
81 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()
DGCSFileDownloaderFuncTest.java38 private static final String FILE_CONTENT = "Hello World!"; field in GCSFileDownloaderFuncTest
65 FILE_CONTENT, in setUpBeforeClass()
103 Assert.assertEquals(FILE_CONTENT, content); in testDownloadFile()