public abstract class GitChangeLogCommandTckTest extends ChangeLogCommandTckTest
| Modifier and Type | Field and Description |
|---|---|
static long |
SLEEP_TIME_IN_MILLIS |
GMT_TIME_ZONE| Constructor and Description |
|---|
GitChangeLogCommandTckTest() |
| Modifier and Type | Method and Description |
|---|---|
protected CheckOutScmResult |
checkOut(java.io.File workingDirectory,
ScmRepository repository)
Convenience method to check out files from the repository
|
void |
initRepo()
Initialize repository at the
ScmTckTestCase.getScmUrl() location with the files in ScmTckTestCase.getScmFileNames() |
void |
testChangeLogCommandFromHeadAncestorAndHead() |
void |
testChangeLogCommandFromHeadToHead() |
void |
testChangeLogCommandFromHeadToStartOfRepository() |
void |
testChangeLogCommandFromUndefinedToHead() |
void |
testChangeLogCommandFromVersionToStartOfRepository() |
void |
testChangeLogCommandFromVersionToUndefined() |
void |
testChangeLogCommandFromVoneToVtwo() |
void |
testChangeLogCommandWithStartEndInBadOrder() |
testChangeLogCommandaddToWorkingTree, checkIn, edit, getScmFileNames, getScmRepository, getScmUrl, mapFilesByPath, removeRepo, setUp, tearDownassertCommandLine, assertFile, assertPath, assertResultIsSuccess, deleteDirectory, execute, getAssertionCopy, getDate, getDate, getDate, getModule, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getSecDispatcher, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, isSystemCmd, makeDirectory, makeFile, makeFile, makeScmRepository, printOutputError, setDebugExecutecustomizeComponentConfiguration, customizeContainerConfiguration, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, setupContainerassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic static final long SLEEP_TIME_IN_MILLIS
public void initRepo()
throws java.lang.Exception
ScmTckTestCase.getScmUrl() location with the files in ScmTckTestCase.getScmFileNames()
The setup is also asserting on the existence of these files. initRepo in class ScmTckTestCasejava.lang.Exception - if anyprotected CheckOutScmResult checkOut(java.io.File workingDirectory, ScmRepository repository) throws java.lang.Exception
ScmTckTestCasecheckOut in class ScmTckTestCasejava.lang.Exceptionpublic void testChangeLogCommandFromHeadAncestorAndHead()
throws java.lang.Exception
java.lang.Exceptionpublic void testChangeLogCommandFromHeadToHead()
throws java.lang.Exception
java.lang.Exceptionpublic void testChangeLogCommandFromUndefinedToHead()
throws java.lang.Exception
java.lang.Exceptionpublic void testChangeLogCommandFromVersionToUndefined()
throws java.lang.Exception
java.lang.Exceptionpublic void testChangeLogCommandFromVoneToVtwo()
throws java.lang.Exception
java.lang.Exceptionpublic void testChangeLogCommandWithStartEndInBadOrder()
throws java.lang.Exception
java.lang.Exceptionpublic void testChangeLogCommandFromHeadToStartOfRepository()
throws java.lang.Exception
java.lang.Exceptionpublic void testChangeLogCommandFromVersionToStartOfRepository()
throws java.lang.Exception
java.lang.Exception