[
https://issues.apache.org/jira/browse/SLING-10138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Seifert reassigned SLING-10138:
--------------------------------------
Fix Version/s: Testing OSGi Mock 3.0.2
Assignee: Stefan Seifert
Summary: OSGi Mocks MockConfigurationAdmin: implement
listConfigurations(<Filter>), add missing throws definitions (was: OSGi Mocks
MockConfigurationAdmin fails to declare exception types (like the interface
does))
updated the title to reflect this issue mixes up two aspects (implementing a
new method, adding missing throws definitions - better to file two different
issues in the future).
> OSGi Mocks MockConfigurationAdmin: implement listConfigurations(<Filter>),
> add missing throws definitions
> ---------------------------------------------------------------------------------------------------------
>
> 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
> Assignee: Stefan Seifert
> Priority: Major
> Fix For: Testing OSGi Mock 3.0.2
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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)