class documentation

class TestRemoteAccessProperties(SubversionTestCase):

View In Hierarchy

Undocumented

Method do_commit Undocumented
Method setUp Undocumented
Method tearDown Undocumented
Method test_busy_property Undocumented
Method test_constructor_client_string_func Undocumented
Method test_constructor_config Undocumented
Method test_constructor_open_tmp_file_func Undocumented
Method test_constructor_progress_cb Undocumented
Method test_constructor_uuid Undocumented
Method test_do_switch Undocumented
Method test_do_update Undocumented
Method test_editor_dir_context_manager Undocumented
Method test_get_commit_editor_abort Undocumented
Method test_get_location_segments Undocumented
Method test_get_lock_nonexistent Undocumented
Method test_get_locks_empty Undocumented
Method test_get_locks_with_depth Undocumented
Method test_get_locks_with_lock Undocumented
Method test_get_simple_provider_callback Undocumented
Method test_has_capability_mergeinfo Undocumented
Method test_has_capability_unknown Undocumented
Method test_lock_unlock Undocumented
Method test_mergeinfo_empty Undocumented
Method test_progress_func Undocumented
Method test_replay Undocumented
Method test_replay_range Undocumented
Method test_reporter_delete_path Undocumented
Method test_reporter_link_path Undocumented
Method test_reporter_link_path_with_options Undocumented
Method test_reporter_set_path_with_depth Undocumented
Method test_url_property Undocumented
Instance Variable ra_ctx Undocumented
Instance Variable repos_url Undocumented

Inherited from SubversionTestCase:

Method build_tree Create a directory tree.
Method client_add Add specified files to working copy.
Method client_commit Commit current changes in specified working copy.
Method client_copy Copy file in working copy.
Method client_delete Remove specified files from working copy.
Method client_get_prop Retrieve a property from a local or remote file or directory.
Method client_get_revprop Get the revision property.
Method client_lock Undocumented
Method client_log Fetch the log
Method client_resolve Resolve a conflict set on a local path.
Method client_set_prop Set a property on a local file or directory.
Method client_set_revprop Set a revision property on a repository.
Method client_unlock Undocumented
Method client_update Update path.
Method get_commit_editor Obtain a commit editor.
Method log_message_func Undocumented
Method make_checkout Create a new checkout.
Method make_client Create a repository and a checkout. Return the checkout.
Method make_repository Create a repository.
Method open_fs Open a fs.
Instance Variable client_ctx Undocumented
Instance Variable next_message Undocumented
Method _init_client Undocumented

Inherited from TestCaseInTempDir (via SubversionTestCase):

Instance Variable test_dir Undocumented
Instance Variable _oldcwd Undocumented

Inherited from TestCase (via SubversionTestCase, TestCaseInTempDir):

Method assertIs Undocumented
Method assertIsInstance Fail if obj is not an instance of kls
def do_commit(self):

Undocumented

def setUp(self):
def tearDown(self):
def test_busy_property(self):

Undocumented

def test_constructor_client_string_func(self):

Undocumented

def test_constructor_config(self):

Undocumented

def test_constructor_open_tmp_file_func(self):

Undocumented

def test_constructor_progress_cb(self):

Undocumented

def test_constructor_uuid(self):

Undocumented

def test_do_switch(self):

Undocumented

def test_do_update(self):

Undocumented

def test_editor_dir_context_manager(self):

Undocumented

def test_get_commit_editor_abort(self):

Undocumented

def test_get_location_segments(self):

Undocumented

def test_get_lock_nonexistent(self):

Undocumented

def test_get_locks_empty(self):

Undocumented

def test_get_locks_with_depth(self):

Undocumented

def test_get_locks_with_lock(self):

Undocumented

def test_get_simple_provider_callback(self):

Undocumented

def test_has_capability_mergeinfo(self):

Undocumented

def test_has_capability_unknown(self):

Undocumented

def test_lock_unlock(self):

Undocumented

def test_mergeinfo_empty(self):

Undocumented

def test_progress_func(self):

Undocumented

def test_replay(self):

Undocumented

def test_replay_range(self):

Undocumented

def test_reporter_delete_path(self):

Undocumented

def test_reporter_link_path(self):

Undocumented

def test_reporter_link_path_with_options(self):

Undocumented

def test_reporter_set_path_with_depth(self):

Undocumented

def test_url_property(self):

Undocumented

ra_ctx =

Undocumented

repos_url =

Undocumented