Method summary
- setUp(self)
- test_add_mapping(self)
- test_add_mapping_to_class(self)
- test_add_mappings(self)
- test_add_state_function(self)
- test_add_state_function_for_class(self)
- test_merge_updater(self)
- test_registry_starts_empty(self)
Methods
- setUp(self)
Creates the test fixture.
Overridden here to ensure each test starts with an empty global registry.
- test_add_mapping(self)
Validates the behavior of the add_mapping function.
- test_add_mapping_to_class(self)
Validates the behavior of the add_mapping_to_class function.
- test_add_mappings(self)
Validates the behavior of the add_mappings function.
- test_add_state_function(self)
Validates the behavior of the add_state_function function.
- test_add_state_function_for_class(self)
Validates the behavior of the add_state_function_for_class function.
- test_merge_updater(self)
Validates the behavior of the merge_updater function.
- test_registry_starts_empty(self)
Validates that the registry is starting empty for each test.