org.jets3t.tests
Class TestRestS3Service

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jets3t.tests.BaseStorageServiceTests
              extended by 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
TestRestS3Service()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestRestS3Service

public TestRestS3Service()
                  throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

testBucketLogging

public void testBucketLogging()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testUrlSigning

public void testUrlSigning()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testMultipartUtils

public void testMultipartUtils()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testMultipartUploads

public void testMultipartUploads()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testS3WebsiteConfig

public void testS3WebsiteConfig()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testNotificationConfig

public void testNotificationConfig()
                            throws java.lang.Exception
Throws:
java.lang.Exception