public abstract class BaseStorageServiceTests
extends junit.framework.TestCase
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 and Description |
|---|
BaseStorageServiceTests() |
| Modifier and Type | Method and Description |
|---|---|
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() |
countTestCases, getName, run, run, runBare, setName, toStringassertEquals, 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, failSamepublic BaseStorageServiceTests()
throws java.lang.Exception
java.lang.Exceptionpublic void testListBuckets()
throws java.lang.Exception
java.lang.Exceptionpublic void testBucketManagement()
throws java.lang.Exception
java.lang.Exceptionpublic void testBucketStatusLookup()
throws java.lang.Exception
java.lang.Exceptionpublic void testObjectManagement()
throws java.lang.Exception
java.lang.Exceptionpublic void testDirectoryPlaceholderObjects()
throws java.lang.Exception
java.lang.Exceptionpublic void testCopyObjects()
throws java.lang.Exception
java.lang.Exceptionpublic void testUnicodeData()
throws java.lang.Exception
java.lang.Exceptionpublic void testACLManagement()
throws java.lang.Exception
java.lang.Exceptionpublic void testACLManagementViaRestHeaders()
throws java.lang.Exception
java.lang.Exceptionpublic void testObjectListing()
throws java.lang.Exception
java.lang.Exceptionpublic void testHashVerifiedUploads()
throws java.lang.Exception
java.lang.Exceptionpublic void testIsObjectInBucket()
throws java.lang.Exception
java.lang.Exceptionpublic void testThreadedStorageService()
throws java.lang.Exception
java.lang.Exceptionpublic void testSimpleThreadedStorageService()
throws java.lang.Exception
java.lang.Exceptionpublic void testRecognizeDnsFriendlyBucketNames()
public void testFileComparer()
throws java.lang.Exception
java.lang.Exception