org.jets3t.tests
Class AxisSoapS3ServiceTest

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

public class AxisSoapS3ServiceTest
extends BaseS3ServiceTest

Test cases specific to the Axis SOAP S3Service implementation SoapS3Service.

Author:
James Murty

Field Summary
 
Fields inherited from class org.jets3t.tests.BaseS3ServiceTest
awsCredentials, TEST_PROPERTIES_FILENAME
 
Constructor Summary
AxisSoapS3ServiceTest()
           
 
Method Summary
protected  S3Service getS3Service(AWSCredentials awsCredentials)
           
 void testIllegalACL()
           
 
Methods inherited from class org.jets3t.tests.BaseS3ServiceTest
testACLManagement, testBucketLogging, testBucketManagement, testHashVerifiedUploads, testListBucketsWithCredentials, testListBucketsWithoutCredentials, testObjectListing, testObjectManagement, testObtainAnonymousServices, testUrlSigning
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxisSoapS3ServiceTest

public AxisSoapS3ServiceTest()
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getS3Service

protected S3Service getS3Service(AWSCredentials awsCredentials)
                          throws S3ServiceException
Specified by:
getS3Service in class BaseS3ServiceTest
Throws:
S3ServiceException

testIllegalACL

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