public class NullObserver<T> extends java.lang.Object implements BufferObserver<T>
| Constructor and Description |
|---|
NullObserver() |
| 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) |
public void searchingStartedWithin(java.util.List<T> receivedObjects, org.assertj.core.api.Condition<T> condition)
searchingStartedWithin in interface BufferObserver<T>public void tryingToMatch(T receivedObject, org.assertj.core.api.Condition<T> condition)
tryingToMatch in interface BufferObserver<T>public void matchAttemptSuccessful(T receivedObject, org.assertj.core.api.Condition<T> condition, java.lang.String matchDescription)
matchAttemptSuccessful in interface BufferObserver<T>public void searchingFinishedWith(java.lang.Throwable exception,
T receivedObjectThatCausedException)
searchingFinishedWith in interface BufferObserver<T>public void searchingFinished(long matchesCount)
searchingFinished in interface BufferObserver<T>public void matchAttemptFailed(T receivedObject, org.assertj.core.api.Condition<T> condition, java.lang.String matchDescription)
matchAttemptFailed in interface BufferObserver<T>public void periodicPollingStarted()
periodicPollingStarted in interface BufferObserver<T>public void singlePollStarted()
singlePollStarted in interface BufferObserver<T>public void singlePollFinishedWith(boolean pollResult)
singlePollFinishedWith in interface BufferObserver<T>public void exceptionWhileNotifyingSubscriberAboutStoredItem(ItemSubscriber<T> subscriber, T object)
exceptionWhileNotifyingSubscriberAboutStoredItem in interface BufferObserver<T>