Package org.tigris.subversion.javahl.tests
| Class Summary |
| BasicTests |
Tests the basic functionality of javahl binding (inspired by the
tests in subversion/tests/cmdline/basic_tests.py). |
| SVNAdminTests |
This class is used for testing the SVNAdmin class
More methodes for testing are still needed |
| SVNTests |
common base class for the javahl binding tests |
| SVNTests.FileInputer |
internal class which implements the InputInterface to read the data
from a file. |
| SVNTests.FileOutputer |
internal class which implements the OutputInterface to write the data
to a file. |
| SVNTests.IgnoreOutputer |
internal class implements the OutputInterface, but ignores the data |
| SVNTests.OneTest |
this internal class represent the repository and the working copy for
one test. |
| WC |
This class describe the expected state of the working copy |
| WC.Item |
internal class to discribe a single working copy item |