public abstract class GitCheckInCommandTckTest extends CheckInCommandTckTest
GMT_TIME_ZONEtestName| Constructor and Description |
|---|
GitCheckInCommandTckTest() |
| Modifier and Type | Method and Description |
|---|---|
protected CheckOutScmResult |
checkOut(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 |
testRejectedNonFastForwardPush() |
void |
testUpToDatePush() |
testCheckInCommandFilesetWithBasedirOtherThanWorkingCopyRoot, testCheckInCommandPartialFileset, testCheckInCommandTestaddToWorkingTree, checkIn, checkScmPresence, edit, getScmFileNames, getScmProviderCommand, getScmRepository, getScmUrl, mapFilesByPath, remove, removeRepo, setUp, tearDownassertCommandLine, assertFile, assertPath, assertResultIsSuccess, checkScmPresence, customizeContainerConfiguration, deleteDirectory, execute, getAssertionCopy, getDate, getDate, getDate, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, isSystemCmd, makeDirectory, makeFile, makeFile, makeScmRepository, printOutputError, setDebugExecutecustomizeComponentConfiguration, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getCustomModules, getName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, lookupMap, release, setupContainerpublic GitCheckInCommandTckTest()
public void initRepo() throws Exception
Initialize repository at the ScmTckTestCase.getScmUrl() location with the files in ScmTckTestCase.getScmFileNames()
The setup is also asserting on the existence of these files.
This should only be used by this class (thus do not call this method from derived classes)
initRepo in class ScmTckTestCaseException - if anyprotected CheckOutScmResult checkOut(File workingDirectory, ScmRepository repository) throws Exception
ScmTckTestCasecheckOut in class ScmTckTestCaseExceptionpublic void testUpToDatePush() throws Exception
Exceptionpublic void testRejectedNonFastForwardPush() throws Exception
ExceptionCopyright © 2003–2024 The Apache Software Foundation. All rights reserved.