Package org.jets3t.tests
Class TestRestS3Service
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.jets3t.tests.BaseStorageServiceTests
-
- org.jets3t.tests.TestRestS3Service
-
- All Implemented Interfaces:
junit.framework.Test
public class TestRestS3Service extends BaseStorageServiceTests
Test the RestS3Service against the S3 endpoint, and apply tests specific to S3.- Author:
- James Murty
-
-
Constructor Summary
Constructors Constructor Description TestRestS3Service()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testBucketLogging()
void
testMultipartUploads()
void
testMultipartUtils()
void
testNotificationConfig()
void
testS3WebsiteConfig()
void
testUrlSigning()
-
Methods inherited from class org.jets3t.tests.BaseStorageServiceTests
testACLManagement, testACLManagementViaRestHeaders, testBucketManagement, testBucketStatusLookup, testCopyObjects, testDirectoryPlaceholderObjects, testFileComparer, testHashVerifiedUploads, testIsObjectInBucket, testListBuckets, testObjectListing, testObjectManagement, testRecognizeDnsFriendlyBucketNames, testSimpleThreadedStorageService, testThreadedStorageService, testUnicodeData
-
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
-
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
-
-