[
https://issues.apache.org/jira/browse/SLING-10138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Seifert resolved SLING-10138.
------------------------------------
Resolution: Fixed
lgtm, thanks
https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/commit/2015e138b4167348b864bd7e86d220966a72fc65
> 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: 50m
> 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)