org.tigris.subversion.javahl.tests
Class SVNAdminTests

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.tigris.subversion.javahl.tests.SVNAdminTests
All Implemented Interfaces:
junit.framework.Test

public class SVNAdminTests
extends junit.framework.TestCase

This class is used for testing the SVNAdmin class More methodes for testing are still needed


Constructor Summary
SVNAdminTests()
           
 
Method Summary
protected  void removeRepository(java.lang.String pathName)
          remove a rempositryl
protected  void setUp()
          setup the test
protected  void tearDown()
          cleanp after the test
 void testCreate()
          Test the basic SVNAdmin.create functionality
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SVNAdminTests

public SVNAdminTests()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
setup the test
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception -  

tearDown

protected void tearDown()
                 throws java.lang.Exception
cleanp after the test
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception -  

testCreate

public void testCreate()
                throws java.lang.Throwable
Test the basic SVNAdmin.create functionality
Throws:
java.lang.Throwable -  

removeRepository

protected void removeRepository(java.lang.String pathName)
                         throws java.lang.Exception
remove a rempositryl
Parameters:
pathName - path name of the repository
Throws:
java.lang.Exception -