org.apache.maven.scm.provider.synergy.util
Class SynergyCCMTest

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.synergy.util.SynergyCCMTest
All Implemented Interfaces:
junit.framework.Test

public class SynergyCCMTest
extends ScmTestCase

Author:
Julien Henry

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
SynergyCCMTest()
           
 
Method Summary
 boolean assertContains(String[] array, String value)
           
 void testCheckinFiles()
           
 void testCheckinProject()
           
 void testCheckinTask()
           
 void testCheckoutFiles()
           
 void testCheckoutProject()
           
 void testCreate()
           
 void testCreateBaseline()
           
 void testCreateTask()
           
 void testDelete()
           
 void testDelimiter()
           
 void testDir()
           
 void testQuery()
           
 void testReconcileUdb()
           
 void testReconcileUwa()
           
 void testReconfigure()
           
 void testReconfigureProperties()
           
 void testSetDefaultTask()
           
 void testShowDefaultTask()
           
 void testShowTaskObjects()
           
 void testShowWorkArea()
           
 void testStart()
           
 void testStartRemote()
           
 void testStop()
           
 void testSync()
           
 
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, setUp
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getContainer, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release, tearDown
 
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

SynergyCCMTest

public SynergyCCMTest()
Method Detail

testShowTaskObjects

public void testShowTaskObjects()
                         throws Exception
Throws:
Exception

testQuery

public void testQuery()
               throws Exception
Throws:
Exception

testCreateBaseline

public void testCreateBaseline()
                        throws Exception
Throws:
Exception

testCreate

public void testCreate()
                throws Exception
Throws:
Exception

testCreateTask

public void testCreateTask()
                    throws Exception
Throws:
Exception

testCheckinTask

public void testCheckinTask()
                     throws Exception
Throws:
Exception

testDelete

public void testDelete()
                throws Exception
Throws:
Exception

testReconfigure

public void testReconfigure()
                     throws Exception
Throws:
Exception

testReconfigureProperties

public void testReconfigureProperties()
                               throws Exception
Throws:
Exception

testReconcileUwa

public void testReconcileUwa()
                      throws Exception
Throws:
Exception

testReconcileUdb

public void testReconcileUdb()
                      throws Exception
Throws:
Exception

testDir

public void testDir()
             throws Exception
Throws:
Exception

testCheckoutFiles

public void testCheckoutFiles()
                       throws Exception
Throws:
Exception

testCheckoutProject

public void testCheckoutProject()
                         throws Exception
Throws:
Exception

testCheckinProject

public void testCheckinProject()
                        throws Exception
Throws:
Exception

testCheckinFiles

public void testCheckinFiles()
                      throws Exception
Throws:
Exception

testSync

public void testSync()
              throws Exception
Throws:
Exception

testShowWorkArea

public void testShowWorkArea()
                      throws Exception
Throws:
Exception

testStart

public void testStart()
               throws Exception
Throws:
Exception

testStartRemote

public void testStartRemote()
                     throws Exception
Throws:
Exception

testStop

public void testStop()
              throws Exception
Throws:
Exception

testDelimiter

public void testDelimiter()
                   throws Exception
Throws:
Exception

testShowDefaultTask

public void testShowDefaultTask()
                         throws Exception
Throws:
Exception

testSetDefaultTask

public void testSetDefaultTask()
                        throws Exception
Throws:
Exception

assertContains

public boolean assertContains(String[] array,
                              String value)


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