Inherits from
- PreferencesTestCase: enthought.preferences.tests.preferences_test_case.PreferencesTestCase
Method summary
- setUp(self)
- tearDown(self)
- test_add_listener_in_specific_scope(self)
- test_builtin_scopes(self)
- test_clear_in_specific_scope(self)
- test_default_lookup_order(self)
- test_get_and_set_in_specific_scope(self)
- test_keys_in_specific_scope(self)
- test_lookup_order(self)
- test_node(self)
- test_node_exists_in_specific_scope(self)
- test_node_in_specific_scope(self)
- test_node_names_in_specific_scope(self)
- test_non_existent_scope(self)
- test_remove_in_specific_scope(self)
- test_remove_listener_in_specific_scope(self)
- test_save(self)
Methods
- setUp(self)
Prepares the test fixture before each test method is called.
- tearDown(self)
Called immediately after each test method has been called.
- test_add_listener_in_specific_scope(self)
add listener in specific scope.
- test_builtin_scopes(self)
builtin scopes
- test_clear_in_specific_scope(self)
clear in specific scope
- test_default_lookup_order(self)
default lookup order
- test_get_and_set_in_specific_scope(self)
get and set in specific scope
- test_keys_in_specific_scope(self)
keys in specific scope
- test_lookup_order(self)
lookup order
- test_node(self)
node
- test_node_exists_in_specific_scope(self)
node exists
- test_node_in_specific_scope(self)
node in specific scope
- test_node_names_in_specific_scope(self)
node names in specific scope
- test_non_existent_scope(self)
non existent scope
- test_remove_in_specific_scope(self)
remove in specific scope
- test_remove_listener_in_specific_scope(self)
remove listener in specific scope.
- test_save(self)
save