org.tigris.subversion.javahl.tests
Class SVNAdminTests

java.lang.Object
  extended by TestCase
      extended by org.tigris.subversion.javahl.tests.SVNAdminTests

public class SVNAdminTests
extends 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNAdminTests

public SVNAdminTests()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
setup the test

Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
cleanp after the test

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