org.apache.maven.scm.provider.clearcase.repository
Class ClearCaseScmProviderRepositoryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.scm.provider.clearcase.repository.ClearCaseScmProviderRepositoryTest
All Implemented Interfaces:
junit.framework.Test

public class ClearCaseScmProviderRepositoryTest
extends junit.framework.TestCase

Author:
Wim Deblauwe, Antoine Veret

Constructor Summary
ClearCaseScmProviderRepositoryTest()
           
 
Method Summary
 void testAutoConfigSpecWithColon()
           
 void testAutoConfigSpecWithoutViewName()
           
 void testAutoConfigSpecWithPipe()
           
 void testParsingUrlClearCaseUCMAutoConfig()
           
 void testParsingUrlClearCaseUCMAutoConfigWithElement()
           
 void testParsingUrlClearCaseUCMWithoutViewnameWithColon()
           
 void testParsingUrlClearCaseUCMWithoutViewnameWithColonAndElement()
           
 void testParsingUrlClearCaseUCMWithPipe()
           
 void testParsingUrlWithColon()
           
 void testParsingUrlWithoutViewName()
           
 void testParsingUrlWithPipe()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

ClearCaseScmProviderRepositoryTest

public ClearCaseScmProviderRepositoryTest()
Method Detail

testParsingUrlWithPipe

public void testParsingUrlWithPipe()
                            throws ScmRepositoryException,
                                   IOException
Throws:
ScmRepositoryException
IOException

testParsingUrlWithColon

public void testParsingUrlWithColon()
                             throws ScmRepositoryException
Throws:
ScmRepositoryException

testParsingUrlWithoutViewName

public void testParsingUrlWithoutViewName()
                                   throws ScmRepositoryException
Throws:
ScmRepositoryException

testAutoConfigSpecWithColon

public void testAutoConfigSpecWithColon()
                                 throws Exception
Throws:
Exception

testAutoConfigSpecWithPipe

public void testAutoConfigSpecWithPipe()
                                throws Exception
Throws:
Exception

testAutoConfigSpecWithoutViewName

public void testAutoConfigSpecWithoutViewName()
                                       throws Exception
Throws:
Exception

testParsingUrlClearCaseUCMWithPipe

public void testParsingUrlClearCaseUCMWithPipe()
                                        throws ScmRepositoryException
Throws:
ScmRepositoryException

testParsingUrlClearCaseUCMWithoutViewnameWithColon

public void testParsingUrlClearCaseUCMWithoutViewnameWithColon()
                                                        throws ScmRepositoryException
Throws:
ScmRepositoryException

testParsingUrlClearCaseUCMWithoutViewnameWithColonAndElement

public void testParsingUrlClearCaseUCMWithoutViewnameWithColonAndElement()
                                                                  throws ScmRepositoryException
Throws:
ScmRepositoryException

testParsingUrlClearCaseUCMAutoConfig

public void testParsingUrlClearCaseUCMAutoConfig()
                                          throws ScmRepositoryException
Throws:
ScmRepositoryException

testParsingUrlClearCaseUCMAutoConfigWithElement

public void testParsingUrlClearCaseUCMAutoConfigWithElement()
                                                     throws ScmRepositoryException
Throws:
ScmRepositoryException


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