Home
last modified time | relevance | path

Searched defs:jimfs (Results 1 – 7 of 7) sorted by relevance

/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/
DDownloadDirectoryHelperTest.java297 void downloadDirectory_shouldRecursivelyDownload(FileSystem jimfs) { in downloadDirectory_shouldRecursivelyDownload()
335 void downloadDirectory_withPrefix_shouldStripPrefixInDestinationPath(FileSystem jimfs) { in downloadDirectory_withPrefix_shouldStripPrefixInDestinationPath()
371 void downloadDirectory_containsObjectWithPrefixInIt_shouldInclude(FileSystem jimfs) { in downloadDirectory_containsObjectWithPrefixInIt_shouldInclude()
407 void downloadDirectory_withDelimiter_shouldHonor(FileSystem jimfs) { in downloadDirectory_withDelimiter_shouldHonor()
433 …void downloadDirectory_notDirectory_shouldCompleteFutureExceptionally(FileSystem jimfs) throws IOE… in downloadDirectory_notDirectory_shouldCompleteFutureExceptionally()
455 …private static void verifyDestinationPathForSingleDownload(FileSystem jimfs, String delimiter, Str… in verifyDestinationPathForSingleDownload()
DUploadDirectoryHelperTest.java69 private FileSystem jimfs; field in UploadDirectoryHelperTest
510 private Path createJmfsTestDirectory(FileSystem jimfs) throws IOException { in createJmfsTestDirectory()
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/model/
DResumableFileDownloadTest.java42 private static FileSystem jimfs; field in ResumableFileDownloadTest
DResumableFileUploadTest.java44 private static FileSystem jimfs; field in ResumableFileUploadTest
/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/
DProfileCredentialsProviderTest.java42 private static FileSystem jimfs; field in ProfileCredentialsProviderTest
/external/aws-sdk-java-v2/core/profiles/src/test/java/software/amazon/awssdk/profiles/internal/
DProfileFileRefresherTest.java41 private static FileSystem jimfs; field in ProfileFileRefresherTest
/external/aws-sdk-java-v2/core/profiles/src/test/java/software/amazon/awssdk/profiles/
DProfileFileSupplierTest.java51 private static FileSystem jimfs; field in ProfileFileSupplierTest