public class UnpackedObjectTest extends LocalDiskRepositoryTestCase
author, committer| Constructor and Description |
|---|
UnpackedObjectTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testPackFormat_DeltaNotAllowed() |
void |
testPackFormat_LargeObject() |
void |
testPackFormat_SmallObject() |
void |
testStandardFormat_GarbageAfterSize() |
void |
testStandardFormat_InvalidType() |
void |
testStandardFormat_LargeObject_CorruptZLibStream() |
void |
testStandardFormat_LargeObject_TrailingGarbage() |
void |
testStandardFormat_LargeObject_TruncatedZLibStream() |
void |
testStandardFormat_LargeObject() |
void |
testStandardFormat_NegativeSize() |
void |
testStandardFormat_NoHeader() |
void |
testStandardFormat_SmallObject_CorruptZLibStream() |
void |
testStandardFormat_SmallObject_TrailingGarbage() |
void |
testStandardFormat_SmallObject_TruncatedZLibStream() |
void |
testStandardFormat_SmallObject() |
addRepoToClose, createBareRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, read, recursiveDelete, runHook, tick, write, writepublic void setUp()
throws Exception
setUp in class LocalDiskRepositoryTestCaseExceptionpublic void tearDown()
throws Exception
tearDown in class LocalDiskRepositoryTestCaseExceptionpublic void testStandardFormat_SmallObject()
throws Exception
Exceptionpublic void testStandardFormat_LargeObject()
throws Exception
Exceptionpublic void testStandardFormat_NegativeSize()
throws Exception
Exceptionpublic void testStandardFormat_InvalidType()
throws Exception
Exceptionpublic void testStandardFormat_NoHeader()
throws Exception
Exceptionpublic void testStandardFormat_GarbageAfterSize()
throws Exception
Exceptionpublic void testStandardFormat_SmallObject_CorruptZLibStream()
throws Exception
Exceptionpublic void testStandardFormat_SmallObject_TruncatedZLibStream()
throws Exception
Exceptionpublic void testStandardFormat_SmallObject_TrailingGarbage()
throws Exception
Exceptionpublic void testStandardFormat_LargeObject_CorruptZLibStream()
throws Exception
Exceptionpublic void testStandardFormat_LargeObject_TruncatedZLibStream()
throws Exception
Exceptionpublic void testStandardFormat_LargeObject_TrailingGarbage()
throws Exception
Exceptionpublic void testPackFormat_SmallObject()
throws Exception
Exceptionpublic void testPackFormat_LargeObject()
throws Exception
ExceptionCopyright © 2015. All rights reserved.