gate.versioning.cmdline
Class TestSvnVersionControl

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by gate.versioning.cmdline.AbstractTestVersionControl
              extended by gate.versioning.cmdline.TestSvnVersionControl
All Implemented Interfaces:
junit.framework.Test

public class TestSvnVersionControl
extends AbstractTestVersionControl

Tests for SVN version control API


Field Summary
 
Fields inherited from class gate.versioning.cmdline.AbstractTestVersionControl
checkedOutDir, checkedOutDirName, DEBUG, newRootDir, rep, rootDir, testDirPath, testDirURL, testFileName, testsDirName, workingDir
 
Constructor Summary
TestSvnVersionControl(String name)
           
 
Method Summary
protected  String getRepType()
          What type of repository implementation to use.
protected  String getRootName()
          Basename of the repository directory.
protected  String getRootPrefix()
          Prefix of the repository directory (e.g.
static junit.framework.Test suite()
           
 
Methods inherited from class gate.versioning.cmdline.AbstractTestVersionControl
appendToTestFile, checkOutTestDir, setUp, tearDown, testAddAndDelete, testCheckout, testCreate, testDiffAndCheckin, testExists, testImport, testImport2, testInit, testLifeCycle, testStatus, testStatusIndicators, testUpdate
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestSvnVersionControl

public TestSvnVersionControl(String name)
Method Detail

getRepType

protected String getRepType()
Description copied from class: AbstractTestVersionControl
What type of repository implementation to use.

Specified by:
getRepType in class AbstractTestVersionControl

getRootName

protected String getRootName()
Description copied from class: AbstractTestVersionControl
Basename of the repository directory.

Specified by:
getRootName in class AbstractTestVersionControl

getRootPrefix

protected String getRootPrefix()
Description copied from class: AbstractTestVersionControl
Prefix of the repository directory (e.g. "file:///") or "".

Specified by:
getRootPrefix in class AbstractTestVersionControl

suite

public static junit.framework.Test suite()