Henry Kuijpers created SLING-10138:
--------------------------------------
Summary: OSGi Mocks MockConfigurationAdmin fails to declare
exception types (like the interface does)
Key: SLING-10138
URL: https://issues.apache.org/jira/browse/SLING-10138
Project: Sling
Issue Type: New Feature
Components: Testing
Affects Versions: Testing OSGi Mock 3.0.0
Reporter: Henry Kuijpers
ConfigurationAdmin specifies a listConfigurations-method, which can throw
IOException and InvalidSyntaxException. However, the MockConfigurationAdmin
implementation does not define them.
While this is technically allowed an OK (builds succeed), it poses a problem
when trying to do mocking and/or spying on such objects: In my use-case I
needed to provide an implementation for the listConfigurations-method, for
which MockConfigurationAdmin is throwing an UnsupportedOperationException.
I think it is maybe a good idea to also implement some of the other methods,
also.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)