[
https://issues.apache.org/jira/browse/CAMEL-12003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-12003:
--------------------------------
Fix Version/s: 3.0.0.M5
3.0.0
> FailFast mode for unit tests
> -----------------------------
>
> Key: CAMEL-12003
> URL: https://issues.apache.org/jira/browse/CAMEL-12003
> Project: Camel
> Issue Type: Wish
> Components: camel-test
> Reporter: Robert Half
> Priority: Major
> Fix For: 3.0.0, 3.0.0.M5
>
>
> Is it possible to create a "fail fast" unit test for apache camel?
> I'm using MockEndpoint in camel unit tests, provide some expectations like
> message count. And do a call to assertIsSatisfied.
> This waits until success or timeout, so if an exchange fails, my test waits
> for timeout extending the duration. For most tests it's true that a failed
> exchange means the test will fail. It would be nice that it fails fast -
> after throwing the exception and not waiting for timeout. For reference
> please check:
> https://stackoverflow.com/questions/47202346/fail-fast-apache-camel-unit-test/47225454#47225454
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)