org.apache.maven.scm.provider.accurev.cli
Class AccuRevCommandLineTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.scm.ScmTestCase
                  extended by org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest
All Implemented Interfaces:
junit.framework.Test

public class AccuRevCommandLineTest
extends ScmTestCase


Nested Class Summary
 class AccuRevCommandLineTest.AccuRevCommandLineTester
           
 
Field Summary
 
Fields inherited from class org.apache.maven.scm.ScmTestCase
GMT_TIME_ZONE
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
basedir, container
 
Constructor Summary
AccuRevCommandLineTest()
           
 
Method Summary
protected  InputStream getCustomConfiguration()
           
 void setUp()
           
 void tearDown()
           
 void testAdd()
           
 void testAnnotate()
           
 void testChangeWorkspace()
           
 void testDiff()
           
 void testInfo()
           
 void testLogin()
           
 void testMkSnap()
           
 void testMkws()
           
 void testPopExternal()
           
 void testPopExternalWithTransactionNow()
           
 void testPopExternalWithTransactionNull()
           
 void testPopWorkSpace()
           
 void testPromote()
           
 void testPromoteAll()
           
 void testReactivate()
           
 void testRemove()
           
 void testRemoveWorkspace()
           
 void testReset()
           
 void testShowStream()
           
 void testStatBackingStream()
           
 void testStatIgnored()
           
 void testStatRecursive()
           
 void testStatSpecificFilesAndDirectories()
           
 void testStatTag()
           
 void testUpdate()
           
 
Methods inherited from class org.apache.maven.scm.ScmTestCase
assertCommandLine, assertFile, assertPath, assertResultIsSuccess, execute, getAssertionCopy, getDate, getDate, getDate, getModule, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, isSystemCmd, makeDirectory, makeFile, makeFile, makeScmRepository, printOutputError, setDebugExecute
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getContainer, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccuRevCommandLineTest

public AccuRevCommandLineTest()
Method Detail

setUp

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

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class org.codehaus.plexus.PlexusTestCase
Throws:
Exception

getCustomConfiguration

protected InputStream getCustomConfiguration()
                                      throws Exception
Overrides:
getCustomConfiguration in class org.codehaus.plexus.PlexusTestCase
Throws:
Exception

testPromoteAll

public void testPromoteAll()
                    throws Exception
Throws:
Exception

testPromote

public void testPromote()
                 throws Exception
Throws:
Exception

testLogin

public void testLogin()
               throws Exception
Throws:
Exception

testPopExternal

public void testPopExternal()
                     throws Exception
Throws:
Exception

testPopExternalWithTransactionNow

public void testPopExternalWithTransactionNow()
                                       throws Exception
Throws:
Exception

testPopExternalWithTransactionNull

public void testPopExternalWithTransactionNull()
                                        throws Exception
Throws:
Exception

testPopWorkSpace

public void testPopWorkSpace()
                      throws Exception
Throws:
Exception

testMkws

public void testMkws()
              throws Exception
Throws:
Exception

testUpdate

public void testUpdate()
                throws Exception
Throws:
Exception

testInfo

public void testInfo()
              throws Exception
Throws:
Exception

testRemoveWorkspace

public void testRemoveWorkspace()
                         throws Exception
Throws:
Exception

testStatIgnored

public void testStatIgnored()
                     throws Exception
Throws:
Exception

testReactivate

public void testReactivate()
                    throws Exception
Throws:
Exception

testReset

public void testReset()
               throws Exception
Throws:
Exception

testAdd

public void testAdd()
             throws Exception
Throws:
Exception

testRemove

public void testRemove()
                throws Exception
Throws:
Exception

testChangeWorkspace

public void testChangeWorkspace()
                         throws Exception
Throws:
Exception

testMkSnap

public void testMkSnap()
                throws Exception
Throws:
Exception

testStatTag

public void testStatTag()
                 throws Exception
Throws:
Exception

testStatBackingStream

public void testStatBackingStream()
                           throws Exception
Throws:
Exception

testStatRecursive

public void testStatRecursive()
                       throws Exception
Throws:
Exception

testStatSpecificFilesAndDirectories

public void testStatSpecificFilesAndDirectories()
                                         throws Exception
Throws:
Exception

testAnnotate

public void testAnnotate()
                  throws Exception
Throws:
Exception

testDiff

public void testDiff()
              throws Exception
Throws:
Exception

testShowStream

public void testShowStream()
                    throws Exception
Throws:
Exception


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.