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, write
public void setUp() throws Exception
setUp
in class LocalDiskRepositoryTestCase
Exception
public void tearDown() throws Exception
tearDown
in class LocalDiskRepositoryTestCase
Exception
public void testStandardFormat_SmallObject() throws Exception
Exception
public void testStandardFormat_LargeObject() throws Exception
Exception
public void testStandardFormat_NegativeSize() throws Exception
Exception
public void testStandardFormat_InvalidType() throws Exception
Exception
public void testStandardFormat_NoHeader() throws Exception
Exception
public void testStandardFormat_GarbageAfterSize() throws Exception
Exception
public void testStandardFormat_SmallObject_CorruptZLibStream() throws Exception
Exception
public void testStandardFormat_SmallObject_TruncatedZLibStream() throws Exception
Exception
public void testStandardFormat_SmallObject_TrailingGarbage() throws Exception
Exception
public void testStandardFormat_LargeObject_CorruptZLibStream() throws Exception
Exception
public void testStandardFormat_LargeObject_TruncatedZLibStream() throws Exception
Exception
public void testStandardFormat_LargeObject_TrailingGarbage() throws Exception
Exception
public void testPackFormat_SmallObject() throws Exception
Exception
public void testPackFormat_LargeObject() throws Exception
Exception
Copyright © 2014. All rights reserved.