org.jets3t.tests
Class TestGoogleStorageService

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jets3t.tests.BaseStorageServiceTests
              extended by org.jets3t.tests.TestGoogleStorageService
All Implemented Interfaces:
junit.framework.Test

public class TestGoogleStorageService
extends BaseStorageServiceTests

Test cases specific to general S3 compatibility -- that is, features supported by both S3 and Google Storage.

Author:
James Murty

Constructor Summary
TestGoogleStorageService()
           
 
Method Summary
 
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

TestGoogleStorageService

public TestGoogleStorageService()
                         throws Exception
Throws:
Exception