Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.19.0
-
None
-
None
-
Unknown
Description
Tests in camel-xchange component are disabled by default (because of the need of the real credentials)
@EnabledIfSystemProperty(named = "enable.xchange.itests", matches = "true", disabledReason = "Requires API credentials")
It would be much better if the functionality was covered by mocked junit tests. (For example wiremock could be used)
- if enable.xchange.itests is set to true, not-mocked test would be used (as before)
Attachments
Issue Links
- links to