public class TemporaryBufferTest extends Object
Constructor and Description |
---|
TemporaryBufferTest() |
Modifier and Type | Method and Description |
---|---|
void |
testDestroyWhileOpen() |
void |
testEmpty() |
void |
testHeap() |
void |
testHeapWithEstimatedSize() |
void |
testInCoreInputStream() |
void |
testInCoreLimit_SwitchBeforeAppendByte() |
void |
testInCoreLimit_SwitchOnAppendByte() |
void |
testInCoreLimit_SwitchOnCopy() |
void |
testLarge_SingleWrite() |
void |
testOneBlock_BulkWrite() |
void |
testOneBlockAndHalf_BulkWrite() |
void |
testOneBlockAndHalf_Copy() |
void |
testOneBlockAndHalf_SingleWrite() |
void |
testOneByte() |
void |
testRandomWrites() |
public void testEmpty() throws IOException
IOException
public void testOneByte() throws IOException
IOException
public void testOneBlock_BulkWrite() throws IOException
IOException
public void testOneBlockAndHalf_BulkWrite() throws IOException
IOException
public void testOneBlockAndHalf_SingleWrite() throws IOException
IOException
public void testOneBlockAndHalf_Copy() throws IOException
IOException
public void testLarge_SingleWrite() throws IOException
IOException
public void testInCoreInputStream() throws IOException
IOException
public void testInCoreLimit_SwitchOnAppendByte() throws IOException
IOException
public void testInCoreLimit_SwitchBeforeAppendByte() throws IOException
IOException
public void testInCoreLimit_SwitchOnCopy() throws IOException
IOException
public void testDestroyWhileOpen() throws IOException
IOException
public void testRandomWrites() throws IOException
IOException
public void testHeap() throws IOException
IOException
public void testHeapWithEstimatedSize() throws IOException
IOException
Copyright © 2016 Eclipse JGit Project. All rights reserved.