|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.jets3t.tests.BaseS3ServiceTest
public abstract class BaseS3ServiceTest
Runs generic S3Service-related tests that any S3Service implementation should be able to perform.
Any test case for S3Service implementations should extend this class as a starting point, then add more test cases more specific to that particular implementation.
Constructor Summary | |
---|---|
BaseS3ServiceTest()
|
Method Summary | |
---|---|
void |
testACLManagement()
|
void |
testBucketLogging()
|
void |
testBucketManagement()
|
void |
testHashVerifiedUploads()
|
void |
testListBucketsWithCredentials()
|
void |
testListBucketsWithoutCredentials()
|
void |
testObjectListing()
|
void |
testObjectManagement()
|
void |
testObtainAnonymousServices()
|
void |
testUrlSigning()
|
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 |
---|
public BaseS3ServiceTest() throws IOException
IOException
Method Detail |
---|
public void testObtainAnonymousServices() throws Exception
Exception
public void testListBucketsWithoutCredentials() throws Exception
Exception
public void testListBucketsWithCredentials() throws Exception
Exception
public void testBucketManagement() throws Exception
Exception
public void testObjectManagement() throws Exception
Exception
public void testACLManagement() throws Exception
Exception
public void testObjectListing() throws Exception
Exception
public void testBucketLogging() throws Exception
Exception
public void testUrlSigning() throws Exception
Exception
public void testHashVerifiedUploads() throws Exception
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |