|
|||||||||
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.BaseStorageServiceTests
public abstract class BaseStorageServiceTests
Runs generic functional tests that any storage service implementation should be able to perform.
Any test cases for specific StorageService implementations should extend this class as a starting point, then add test cases specific to that particular implementation.
Constructor Summary | |
---|---|
BaseStorageServiceTests()
|
Method Summary | |
---|---|
void |
testACLManagement()
|
void |
testACLManagementViaRestHeaders()
|
void |
testBucketManagement()
|
void |
testBucketStatusLookup()
|
void |
testCopyObjects()
|
void |
testDirectoryPlaceholderObjects()
|
void |
testFileComparer()
|
void |
testHashVerifiedUploads()
|
void |
testIsObjectInBucket()
|
void |
testListBuckets()
|
void |
testObjectListing()
|
void |
testObjectManagement()
|
void |
testRecognizeDnsFriendlyBucketNames()
|
void |
testSimpleThreadedStorageService()
|
void |
testThreadedStorageService()
|
void |
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 |
---|
public BaseStorageServiceTests() throws Exception
Exception
Method Detail |
---|
public void testListBuckets() throws Exception
Exception
public void testBucketManagement() throws Exception
Exception
public void testBucketStatusLookup() throws Exception
Exception
public void testObjectManagement() throws Exception
Exception
public void testDirectoryPlaceholderObjects() throws Exception
Exception
public void testCopyObjects() throws Exception
Exception
public void testUnicodeData() throws Exception
Exception
public void testACLManagement() throws Exception
Exception
public void testACLManagementViaRestHeaders() throws Exception
Exception
public void testObjectListing() throws Exception
Exception
public void testHashVerifiedUploads() throws Exception
Exception
public void testIsObjectInBucket() throws Exception
Exception
public void testThreadedStorageService() throws Exception
Exception
public void testSimpleThreadedStorageService() throws Exception
Exception
public void testRecognizeDnsFriendlyBucketNames()
public void testFileComparer() throws Exception
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |