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 Summary
Fields Modifier and Type Field Description static String
BRANCH_NAME
static String
COMMIT_MESSAGE
static String[]
FILES_IN_TEST_BRANCH
static String
HG_COMMAND_LINE
'hg' command linestatic String
TCK_FILE_CONSTANT
static File
WORKING_DIR
-
Fields inherited from class org.apache.maven.scm.ScmTestCase
GMT_TIME_ZONE
-
Fields inherited from class org.apache.maven.scm.PlexusJUnit4TestCase
testName
-
-
Constructor Summary
Constructors Constructor Description HgRepoUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getScmUrl()
static void
initRepo()
-
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, setDebugExecute, setUp
-
Methods inherited from class org.apache.maven.scm.PlexusJUnit4TestCase
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 Detail
-
HG_COMMAND_LINE
public static final String HG_COMMAND_LINE
'hg' command line- See Also:
- Constant Field Values
-
FILES_IN_TEST_BRANCH
public static final String[] FILES_IN_TEST_BRANCH
-
TCK_FILE_CONSTANT
public static final String TCK_FILE_CONSTANT
- See Also:
- Constant Field Values
-
BRANCH_NAME
public static final String BRANCH_NAME
-
WORKING_DIR
public static final File WORKING_DIR
-
COMMIT_MESSAGE
public static final String COMMIT_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HgRepoUtils
public HgRepoUtils()
-
-