Package org.apache.maven.scm.provider.hg
Class HgRepoUtils
java.lang.Object
org.apache.maven.scm.PlexusJUnit4TestSupport
org.apache.maven.scm.ScmTestCase
org.apache.maven.scm.provider.hg.HgRepoUtils
Common code used in all tests.
- Author:
- thurner rupert
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final String[]static final String'hg' command linestatic final Stringstatic final FileFields inherited from class org.apache.maven.scm.ScmTestCase
GMT_TIME_ZONEFields inherited from class org.apache.maven.scm.PlexusJUnit4TestSupport
testName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.scm.ScmTestCase
assertCommandLine, assertFile, assertPath, assertResultIsSuccess, checkScmPresence, customizeContainerConfiguration, deleteDirectory, execute, getAssertionCopy, getDate, getDate, getDate, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, isSystemCmd, makeDirectory, makeFile, makeFile, makeScmRepository, printOutputError, printSystemCmdUnavail, setDebugExecute, setUpMethods inherited from class org.apache.maven.scm.PlexusJUnit4TestSupport
customizeComponentConfiguration, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getCustomModules, getName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, lookupMap, release, setupContainer, tearDown
-
Field Details
-
HG_COMMAND_LINE
'hg' command line- See Also:
-
filesInTestBranch
-
TCK_FILE_CONSTANT
- See Also:
-
BRANCH_NAME
-
WORKING_DIR
-
COMMIT_MESSAGE
- See Also:
-
-
Constructor Details
-
HgRepoUtils
public HgRepoUtils()
-
-
Method Details