Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Div
classconfluenceTableSmall

Name

Default Value

Description

timeout

2000

Camel 2.12: The timeout to use when polling for message bodies from the URI.

anyOrderfalseCamel 2.17: Whether the expected messages should arrive in the same order or can be in any order.
splitfalseCamel 2.17: If enabled the the messages loaded from the test endpoint will be split using \n\r delimiters (new lines) so each line is an expected message.
For example to use a file endpoint to load a file where each line is an expected message. 
delimiter\n|\rCamel 2.17: The split delimiter to use when split is enabled. By default the delimiter is new line based. The delimiter can be a regular expression.

Example

For example, you could write a test case as follows:

...