[
https://issues.apache.org/jira/browse/CAMEL-8762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14536743#comment-14536743
]
ASF GitHub Bot commented on CAMEL-8762:
---------------------------------------
GitHub user sabre1041 opened a pull request:
https://github.com/apache/camel/pull/512
CAMEL-8762: Ability to add multiple services with same interface for
blueprint testing
Created additional methods to facilitate the adding of multiple services
with the same interface and different service properties as part of unit
testing blueprint applications
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sabre1041/camel CAMEL-8762
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/512.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #512
----
commit ef179719f37224a31a613d6bdb17b2fbef00f20f
Author: Andrew Block <[email protected]>
Date: 2015-05-09T16:03:15Z
CAMEL-8762: Ability to add multiple services with same interface for
blueprint testing
----
> Support for adding multiple services with same interface in
> CamelBlueprintTestSupport
> -------------------------------------------------------------------------------------
>
> Key: CAMEL-8762
> URL: https://issues.apache.org/jira/browse/CAMEL-8762
> Project: Camel
> Issue Type: New Feature
> Components: camel-test
> Reporter: Andrew Block
> Priority: Minor
> Fix For: 2.16.0
>
>
> The CamelBlueprintTestSupport provides the ability to specify services that
> may not be available in the unit testing environment. However, the current
> addServicesOnStartup method only allows for a single service interface to be
> specified.
> Additional methods should be added to enable the ability to specify multiple
> services with the same interface providing their own service properties
> Common use cases:
> * Datasources
> * Camel components
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)