org.apache.maven.scm.tck.command.tag
Class TagCommandTckTest
java.lang.Object
org.apache.maven.scm.ScmTestCase
org.apache.maven.scm.tck.command.tag.TagCommandTckTest
- public abstract class TagCommandTckTest
- extends ScmTestCase
This test tests the tag command.
- Version:
- $Id: TagCommandTckTest.java 225265 2005-07-26 09:16:45Z evenisse $
- Author:
- Brett Porter
Methods inherited from class org.apache.maven.scm.ScmTestCase |
assertPath, assertResultIsSuccess, execute, getDate, getDate, getModule, getRepository, getScmFileSet, getScmManager, getWorkingDirectory, makeDirectory, makeFile, makeFile, makeScmRepository, setDebugExecute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
workingDirectory
private java.io.File workingDirectory
TagCommandTckTest
public TagCommandTckTest()
getScmUrl
public abstract java.lang.String getScmUrl()
throws java.lang.Exception
- Throws:
java.lang.Exception
initRepo
public abstract void initRepo()
throws java.lang.Exception
- Copy the existing checked in repository to the working directory.
(src/test/repository/my-cvs-repository)
- Throws:
java.lang.Exception
getRepositoryRoot
protected java.io.File getRepositoryRoot()
getWorkingCopy
protected java.io.File getWorkingCopy()
getAssertionCopy
protected java.io.File getAssertionCopy()
setUp
protected void setUp()
throws java.lang.Exception
- Overrides:
setUp
in class ScmTestCase
- Throws:
java.lang.Exception
testTagCommandTest
public void testTagCommandTest()
throws java.lang.Exception
- Throws:
java.lang.Exception
getScmRepository
protected org.apache.maven.scm.repository.ScmRepository getScmRepository(org.apache.maven.scm.manager.ScmManager scmManager)
throws java.lang.Exception
- Throws:
java.lang.Exception
changeReadmeTxt
private void changeReadmeTxt(java.io.File readmeTxt)
throws java.lang.Exception
- Throws:
java.lang.Exception