Uses of Class
io.reactivex.rxjava3.observers.BaseTestConsumer
Packages that use BaseTestConsumer
Package
Description
Default wrappers and implementations for observer-based consumer classes and interfaces,
including disposable and resource-tracking variants and
the
TestObserver
that allows unit testing
Observable
-, Single
-,
Maybe
- and Completable
-based flows.Default wrappers and implementations for
Subscriber
-based consumer classes and interfaces,
including disposable (DisposableSubscriber
) and resource-tracking
(ResourceSubscriber
)
variants and the TestSubscriber
that allows unit testing
Flowable
-based flows.-
Uses of BaseTestConsumer in io.reactivex.rxjava3.observers
Classes in io.reactivex.rxjava3.observers with type parameters of type BaseTestConsumerModifier and TypeClassDescriptionclass
BaseTestConsumer<T,
U extends BaseTestConsumer<T, U>> Base class with shared infrastructure to supportTestSubscriber
andTestObserver
.Subclasses of BaseTestConsumer in io.reactivex.rxjava3.observersModifier and TypeClassDescriptionclass
TestObserver<T>
AnObserver
,MaybeObserver
,SingleObserver
andCompletableObserver
composite that can record events fromObservable
s,Maybe
s,Single
s andCompletable
s and allows making assertions about them. -
Uses of BaseTestConsumer in io.reactivex.rxjava3.subscribers
Subclasses of BaseTestConsumer in io.reactivex.rxjava3.subscribersModifier and TypeClassDescriptionclass
ASubscriber
implementation that records events and allows making assertions about them.