Package org.apache.maven.scm.provider.hg
Class HgRepoUtils
- java.lang.Object
- 
- org.apache.maven.scm.PlexusJUnit4TestCase
- 
- org.apache.maven.scm.ScmTestCase
- 
- org.apache.maven.scm.provider.hg.HgRepoUtils
 
 
 
- 
 public class HgRepoUtils extends ScmTestCase Common code used in all tests.- Author:
- thurner rupert
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringBRANCH_NAMEstatic StringCOMMIT_MESSAGEstatic String[]FILES_IN_TEST_BRANCHstatic StringHG_COMMAND_LINE'hg' command linestatic StringTCK_FILE_CONSTANTstatic FileWORKING_DIR- 
Fields inherited from class org.apache.maven.scm.ScmTestCaseGMT_TIME_ZONE
 - 
Fields inherited from class org.apache.maven.scm.PlexusJUnit4TestCasetestName
 
- 
 - 
Constructor SummaryConstructors Constructor Description HgRepoUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetScmUrl()static voidinitRepo()- 
Methods inherited from class org.apache.maven.scm.ScmTestCaseassertCommandLine, assertFile, assertPath, assertResultIsSuccess, checkSystemCmdPresence, customizeContainerConfiguration, deleteDirectory, execute, getAssertionCopy, getDate, getDate, getDate, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, isSystemCmd, makeDirectory, makeFile, makeFile, makeScmRepository, printOutputError, setDebugExecute, setUp
 - 
Methods inherited from class org.apache.maven.scm.PlexusJUnit4TestCasecustomizeComponentConfiguration, 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 Detail- 
HG_COMMAND_LINEpublic static final String HG_COMMAND_LINE 'hg' command line- See Also:
- Constant Field Values
 
 - 
FILES_IN_TEST_BRANCHpublic static final String[] FILES_IN_TEST_BRANCH 
 - 
TCK_FILE_CONSTANTpublic static final String TCK_FILE_CONSTANT - See Also:
- Constant Field Values
 
 - 
BRANCH_NAMEpublic static final String BRANCH_NAME 
 - 
WORKING_DIRpublic static final File WORKING_DIR 
 - 
COMMIT_MESSAGEpublic static final String COMMIT_MESSAGE - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
HgRepoUtilspublic HgRepoUtils() 
 
- 
 
-