org.apache.maven.scm.provider.cvslib.command.update
Class CvsUpdateCommandTest

java.lang.Object
  extended by PlexusTestCase
      extended by org.apache.maven.scm.ScmTestCase
          extended by org.apache.maven.scm.provider.cvslib.AbstractCvsScmTest
              extended by org.apache.maven.scm.provider.cvslib.command.update.CvsUpdateCommandTest

public class CvsUpdateCommandTest
extends AbstractCvsScmTest

Version:
$Id: CvsUpdateCommandTest.java 525259 2007-04-03 20:03:53Z evenisse $
Author:
Emmanuel Venisse, Trygve Laugstøl

Field Summary
 
Fields inherited from class org.apache.maven.scm.ScmTestCase
GMT_TIME_ZONE
 
Constructor Summary
CvsUpdateCommandTest()
           
 
Method Summary
protected  String getModule()
           
 void setUp()
           
 void testCvsUpdate()
           
 
Methods inherited from class org.apache.maven.scm.provider.cvslib.AbstractCvsScmTest
assertBetween, getScmRepository
 
Methods inherited from class org.apache.maven.scm.ScmTestCase
assertFile, assertPath, assertResultIsSuccess, execute, getAssertionCopy, getDate, getDate, getDate, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, makeDirectory, makeFile, makeFile, makeScmRepository, setDebugExecute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvsUpdateCommandTest

public CvsUpdateCommandTest()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class AbstractCvsScmTest
Throws:
Exception

getModule

protected String getModule()
Overrides:
getModule in class ScmTestCase

testCvsUpdate

public void testCvsUpdate()
                   throws Exception
Throws:
Exception


Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.