- fileModeTestFileThenSymlink() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
-
Steps: 1.Add file 'a' 2.Commit 3.Create branch '1' 4.Replace file 'a' by
symlink 'a' 5.Commit 6.Checkout branch '1'
The working tree should contain 'a' with FileMode.REGULAR_FILE after the
checkout.
- fileModeTestFolderThenSymlink() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
-
Steps: 1.Add folder 'a' 2.Commit 3.Create branch '1' 4.Replace folder 'a'
by symlink 'a' 5.Commit 6.Checkout branch '1'
The working tree should contain 'a' with FileMode.TREE after the
checkout.
- fileModeTestMissingThenSymlink() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
-
Steps: 1.Add file 'b' 2.Commit 3.Create branch '1' 4.Add symlink 'a'
5.Commit 6.Checkout branch '1'
The working tree should not contain 'a' -> FileMode.MISSING after the
checkout.
- fileModeTestSymlinkThenFile() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
-
Steps: 1.Add symlink 'a' 2.Commit 3.Create branch '1' 4.Replace symlink
'a' by file 'a' 5.Commit 6.Checkout branch '1'
The working tree should contain 'a' with FileMode.SYMLINK after the
checkout.
- fileModeTestSymlinkThenFolder() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
-
Steps: 1.Add symlink 'a' 2.Commit 3.Create branch '1' 4.Replace symlink
'a' by folder 'a' 5.Commit 6.Checkout branch '1'
The working tree should contain 'a' with FileMode.SYMLINK after the
checkout.
- fileModeTestSymlinkThenMissing() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
-
Steps: 1.Add symlink 'a' 2.Commit 3.Create branch '1' 4.Delete symlink
'a' 5.Commit 6.Checkout branch '1'
The working tree should contain 'a' with FileMode.SYMLINK after the
checkout.
- FileTreeIteratorJava7Test - Class in org.eclipse.jgit.treewalk
-
- FileTreeIteratorJava7Test() - Constructor for class org.eclipse.jgit.treewalk.FileTreeIteratorJava7Test
-
- FileUtils7Test - Class in org.eclipse.jgit.util
-
- FileUtils7Test() - Constructor for class org.eclipse.jgit.util.FileUtils7Test
-
- FSJava7Test - Class in org.eclipse.jgit.util
-
- FSJava7Test() - Constructor for class org.eclipse.jgit.util.FSJava7Test
-