public class RefListTest extends Object
Constructor and Description |
---|
RefListTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAddToEmptyList() |
void |
testAddToEndOfList() |
void |
testAddToFrontOfList() |
void |
testAddToMiddleOfListByInsertionPosition() |
void |
testBuilder_AddAll() |
void |
testBuilder_AddThenSort() |
void |
testBuilder_Remove() |
void |
testBuilder_Set() |
void |
testBuilder_ToString() |
void |
testCopyConstructorReusesArray() |
void |
testCopyLeadingPrefix() |
void |
testEmpty() |
void |
testEmptyBuilder() |
void |
testFindContainsGet() |
void |
testIterable() |
void |
testPutNewEntry() |
void |
testPutReplaceEntry() |
void |
testRemoveEndOfList() |
void |
testRemoveFrontOfList() |
void |
testRemoveMakesEmpty() |
void |
testRemoveMiddleOfList() |
void |
testSet() |
void |
testToString() |
public void testEmpty()
public void testEmptyBuilder()
public void testBuilder_AddThenSort()
public void testBuilder_AddAll()
public void testBuilder_Set()
public void testBuilder_Remove()
public void testSet()
public void testAddToEmptyList()
public void testAddToFrontOfList()
public void testAddToEndOfList()
public void testAddToMiddleOfListByInsertionPosition()
public void testPutNewEntry()
public void testPutReplaceEntry()
public void testRemoveFrontOfList()
public void testRemoveMiddleOfList()
public void testRemoveEndOfList()
public void testRemoveMakesEmpty()
public void testToString()
public void testBuilder_ToString()
public void testFindContainsGet()
public void testIterable()
public void testCopyLeadingPrefix()
public void testCopyConstructorReusesArray()
Copyright © 2016 Eclipse JGit Project. All rights reserved.