Class LocalRepositoryTest
- java.lang.Object
-
- org.apache.maven.scm.PlexusJUnit4TestCase
-
- org.apache.maven.scm.ScmTestCase
-
- org.apache.maven.scm.provider.local.repository.LocalRepositoryTest
-
public class LocalRepositoryTest extends ScmTestCase
- Author:
- Trygve Laugstøl
-
-
Field Summary
-
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 LocalRepositoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestExistingRepository()voidtestMissingModule()voidtestMissingRepositoryRoot()voidtestNonExistingMissingRepositoryRoot()voidtestNonExistingModule()-
Methods inherited from class org.apache.maven.scm.ScmTestCase
assertCommandLine, 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
-
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
-
-
-
-
Constructor Detail
-
LocalRepositoryTest
public LocalRepositoryTest()
-
-
Method Detail
-
setUp
public void setUp() throws Exception
- Overrides:
setUpin classScmTestCase- Throws:
Exception
-
testExistingRepository
public void testExistingRepository() throws Exception
- Throws:
Exception
-
testMissingRepositoryRoot
public void testMissingRepositoryRoot() throws Exception
- Throws:
Exception
-
testNonExistingMissingRepositoryRoot
public void testNonExistingMissingRepositoryRoot() throws Exception
- Throws:
Exception
-
testMissingModule
public void testMissingModule() throws Exception
- Throws:
Exception
-
testNonExistingModule
public void testNonExistingModule() throws Exception
- Throws:
Exception
-
-