public interface DataSet
Modifier and Type | Method and Description |
---|---|
void |
assertMessageExpected(DataSetEndpoint endpoint,
org.apache.camel.Exchange expected,
org.apache.camel.Exchange actual,
long messageIndex)
Asserts that the expected message has been received for the given index
|
long |
getReportCount()
Returns the number of messages which should be received before reporting on the progress of the test
|
long |
getSize()
Returns the size of the dataset
|
void |
populateMessage(org.apache.camel.Exchange exchange,
long messageIndex)
Populates a message exchange when using the DataSet as a source of messages
|
void populateMessage(org.apache.camel.Exchange exchange, long messageIndex) throws Exception
Exception
long getSize()
void assertMessageExpected(DataSetEndpoint endpoint, org.apache.camel.Exchange expected, org.apache.camel.Exchange actual, long messageIndex) throws Exception
Exception
long getReportCount()
Apache Camel