public abstract class GitCheckInCommandTckTest extends CheckInCommandTckTest
GMT_TIME_ZONE
Constructor and Description |
---|
GitCheckInCommandTckTest() |
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() |
testCheckInCommandPartialFileset, testCheckInCommandTest
addToWorkingTree, checkIn, edit, getScmFileNames, getScmRepository, getScmUrl, mapFilesByPath, removeRepo, setUp, tearDown
assertCommandLine, assertFile, assertPath, assertResultIsSuccess, deleteDirectory, execute, getAssertionCopy, getDate, getDate, getDate, getModule, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getSecDispatcher, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, isSystemCmd, makeDirectory, makeFile, makeFile, makeScmRepository, printOutputError, setDebugExecute
customizeComponentConfiguration, customizeContainerConfiguration, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, setupContainer
assertEquals, 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, toString
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 ScmTckTestCase
java.lang.Exception
- if anyprotected CheckOutScmResult checkOut(java.io.File workingDirectory, ScmRepository repository) throws java.lang.Exception
ScmTckTestCase
checkOut
in class ScmTckTestCase
java.lang.Exception