org.tigris.subversion.javahl.tests

Class SVNAdminTests

public class SVNAdminTests extends TestCase

This class is used for testing the SVNAdmin class More methodes for testing are still needed
Method Summary
protected voidremoveRepository(String pathName)
remove a rempositryl
protected voidsetUp()
setup the test
protected voidtearDown()
cleanp after the test
voidtestCreate()
Test the basic SVNAdmin.create functionality

Method Detail

removeRepository

protected void removeRepository(String pathName)
remove a rempositryl

Parameters: pathName path name of the repository

Throws: Exception

setUp

protected void setUp()
setup the test

Throws: Exception

tearDown

protected void tearDown()
cleanp after the test

Throws: Exception

testCreate

public void testCreate()
Test the basic SVNAdmin.create functionality

Throws: Throwable