Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,12 @@ public void assertIsNotSatisfied(long timeoutForEmptyEndpoints) throws Interrupt
* Specifies the expected number of message exchanges that should be
* received by this endpoint
*
* If you want to assert that <b>exactly</b> n messages arrives to this mock
* endpoint, then see also the {@link #setAssertPeriod(long)} method for further details.
*
* @param expectedCount the number of message exchanges that should be
* expected by this endpoint
* @see #setAssertPeriod(long)
*/
public void expectedMessageCount(int expectedCount) {
setExpectedMessageCount(expectedCount);
Expand Down