public class T0003_BasicTest extends SampleDataRepositoryTestCase
db, trash
ASSUME_UNCHANGED, author, committer, CONTENT, CONTENT_ID, LENGTH, mockSystemReader, MOD_TIME, SMUDGE
Constructor and Description |
---|
T0003_BasicTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertEqualsPath(File expected,
File actual) |
void |
test000_openrepo_alternate_index_file_and_objdirs()
Check that the given index file is honored and the alternate object
directories too
|
void |
test000_openrepo_default_absolute_workdirconfig()
Check that worktree config has an effect, given absolute path.
|
void |
test000_openrepo_default_gitDirAndWorkTreeSet()
Check that we can pass both a git directory and a work tree repo when the
gitDir is given.
|
void |
test000_openrepo_default_gitDirSet()
Check the default rules for looking up directories and files within a
repo when the gitDir is given.
|
void |
test000_openrepo_default_relative_workdirconfig()
Check that worktree config has an effect, given a relative path.
|
void |
test000_openrepo_default_workDirSet()
Check the default rules for looking up directories and files within a
repo when the workTree is given.
|
void |
test000_openRepoBadArgs() |
void |
test001_Initalize() |
void |
test002_WriteEmptyTree() |
void |
test002_WriteEmptyTree2() |
void |
test006_ReadUglyConfig() |
void |
test007_Open() |
void |
test008_FailOnWrongVersion() |
void |
test009_CreateCommitOldFormat() |
void |
test020_createBlobTag() |
void |
test021_createTreeTag() |
void |
test022_createCommitTag() |
void |
test023_createCommitNonAnullii() |
void |
test024_createCommitNonAscii() |
void |
test025_computeSha1NoStore() |
void |
test026_CreateCommitMultipleparents() |
void |
test027_UnpackedRefHigherPriorityThanPacked() |
void |
test028_LockPackedRef() |
void |
test30_stripWorkDir() |
setUp
assertEqualsFile, check, checkFile, checkoutBranch, commitFile, copyFile, createBranch, createEntry, createEntry, createEntry, deleteTrashFile, fsTick, indexState, lookup, read, resetIndex, slashify, writeLink, writeTrashFile, writeTrashFile, writeTrashFiles
addRepoToClose, createBareRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, indexState, read, recursiveDelete, runHook, tearDown, tick, write, write
public void test001_Initalize()
public void test000_openRepoBadArgs() throws IOException
IOException
public void test000_openrepo_default_gitDirSet() throws IOException
IOException
public void test000_openrepo_default_gitDirAndWorkTreeSet() throws IOException
IOException
public void test000_openrepo_default_workDirSet() throws IOException
IOException
public void test000_openrepo_default_absolute_workdirconfig() throws IOException
IOException
public void test000_openrepo_default_relative_workdirconfig() throws IOException
IOException
public void test000_openrepo_alternate_index_file_and_objdirs() throws IOException
IOException
protected void assertEqualsPath(File expected, File actual) throws IOException
IOException
public void test002_WriteEmptyTree() throws IOException
IOException
public void test002_WriteEmptyTree2() throws IOException
IOException
public void test006_ReadUglyConfig() throws IOException, ConfigInvalidException
IOException
ConfigInvalidException
public void test007_Open() throws IOException
IOException
public void test008_FailOnWrongVersion() throws IOException
IOException
public void test009_CreateCommitOldFormat() throws IOException
IOException
public void test020_createBlobTag() throws IOException
IOException
public void test021_createTreeTag() throws IOException
IOException
public void test022_createCommitTag() throws IOException
IOException
public void test023_createCommitNonAnullii() throws IOException
IOException
public void test024_createCommitNonAscii() throws IOException
IOException
public void test025_computeSha1NoStore() throws IOException
IOException
public void test026_CreateCommitMultipleparents() throws IOException
IOException
public void test027_UnpackedRefHigherPriorityThanPacked() throws IOException
IOException
public void test028_LockPackedRef() throws IOException
IOException
public void test30_stripWorkDir()
Copyright © 2016 Eclipse JGit Project. All rights reserved.