[ 
https://issues.apache.org/jira/browse/CAMEL-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13030299#comment-13030299
 ] 

Claus Ibsen commented on CAMEL-3954:
------------------------------------

See nabble
http://camel.465427.n5.nabble.com/Conceptual-correctness-of-using-Camel-Unit-Tests-tp4372286p4372286.html

> camel-test - Should use lazy loading of type converters to speedup unit 
> testing
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-3954
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3954
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-test, tests
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>
> This makes unit tests faster with Camel.
> End users can override the {{isLazyLoadingTypeConverter}} method from 
> {{CamelTestSupport}} if they want to control the behavior.
> If you return false, then its what it used to be before this change.
> Notice that Camel will still by default always load all type converters on 
> startup.
> By enabling lazy loading during testing it allows most unit tests to run 
> faster, in case they dont need any additional type converter from other camel 
> components.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to