essobedo opened a new pull request #7063: URL: https://github.com/apache/camel/pull/7063
Relates to https://issues.apache.org/jira/browse/CAMEL-17690 ## Motivation Some end-users could want to organize their tests using Nested tests thus it could be interesting to support them at least in the annotated approach. ## Modifications * Consider the annotations on all the nested test classes instead of the only the current class * Adapt the code to add the values of all **multivalued** attributes ordered from the outermost to the innermost * Adapt the code to use only the value of the innermost for **mono-valued** attributes including `propertyPlaceholderLocations` as it is coupled to `propertyPlaceholderFileName` * Adapt the code to support the annotations `ReplaceInRegistry` and `Configure` in nested test classes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
