public class NoteMapMergerTest
extends org.eclipse.jgit.junit.RepositoryTestCase
Constructor and Description |
---|
NoteMapMergerTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testAddDifferentNotes() |
void |
testAddSameNoteDifferentContent() |
void |
testBaseEqualsOurs() |
void |
testBaseEqualsTheirs() |
void |
testCollapseFanoutAfterMerge() |
void |
testDeleteDifferentNotes() |
void |
testEditDeleteConflict() |
void |
testEditDifferentNotes() |
void |
testEditSameNoteDifferentContent() |
void |
testFanoutAndLeafWitConflict() |
void |
testFanoutAndLeafWithoutConflict() |
void |
testLargeTreesWithConflict() |
void |
testLargeTreesWithoutConflict() |
void |
testNoChange() |
void |
testNonNotesWithNonNoteConflict() |
void |
testNonNotesWithoutNonNoteConflict() |
void |
testOursEqualsTheirs() |
assertEqualsFile, check, checkFile, checkoutBranch, commitFile, copyFile, createBranch, createEntry, createEntry, createEntry, deleteTrashFile, fsTick, indexState, lookup, read, resetIndex, slashify, writeLink, writeTrashFile, writeTrashFile, writeTrashFiles
public void setUp() throws Exception
setUp
in class org.eclipse.jgit.junit.RepositoryTestCase
Exception
public void tearDown() throws Exception
tearDown
in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
Exception
public void testNoChange() throws IOException
IOException
public void testAddSameNoteDifferentContent() throws Exception
Exception
public void testEditSameNoteDifferentContent() throws Exception
Exception
public void testLargeTreesWithoutConflict() throws Exception
Exception
public void testLargeTreesWithConflict() throws Exception
Exception
public void testFanoutAndLeafWithoutConflict() throws Exception
Exception
public void testFanoutAndLeafWitConflict() throws Exception
Exception
public void testCollapseFanoutAfterMerge() throws Exception
Exception
public void testNonNotesWithoutNonNoteConflict() throws Exception
Exception
Copyright © 2016 Eclipse JGit Project. All rights reserved.