public interface BufferObserver<T>
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionWhileNotifyingSubscriberAboutStoredItem(ItemSubscriber<T> subscriber,
T object) |
void |
matchAttemptFailed(T receivedObject,
org.assertj.core.api.Condition<T> condition,
java.lang.String matchDescription) |
void |
matchAttemptSuccessful(T receivedObject,
org.assertj.core.api.Condition<T> condition,
java.lang.String matchDescription) |
void |
periodicPollingStarted() |
void |
searchingFinished(long matchesCount) |
void |
searchingFinishedWith(java.lang.Throwable exception,
T receivedObjectThatCausedException) |
void |
searchingStartedWithin(java.util.List<T> receivedObjects,
org.assertj.core.api.Condition<T> condition) |
void |
singlePollFinishedWith(boolean pollResult) |
void |
singlePollStarted() |
void |
tryingToMatch(T receivedObject,
org.assertj.core.api.Condition<T> condition) |
void searchingStartedWithin(java.util.List<T> receivedObjects, org.assertj.core.api.Condition<T> condition)
void matchAttemptSuccessful(T receivedObject, org.assertj.core.api.Condition<T> condition, java.lang.String matchDescription)
void searchingFinishedWith(java.lang.Throwable exception,
T receivedObjectThatCausedException)
void searchingFinished(long matchesCount)
void matchAttemptFailed(T receivedObject, org.assertj.core.api.Condition<T> condition, java.lang.String matchDescription)
void periodicPollingStarted()
void singlePollStarted()
void singlePollFinishedWith(boolean pollResult)
void exceptionWhileNotifyingSubscriberAboutStoredItem(ItemSubscriber<T> subscriber, T object)