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 TypeClassDescriptionclassBaseTestConsumer<T, U extends BaseTestConsumer<T,U>> Base class with shared infrastructure to supportTestSubscriberandTestObserver.Subclasses of BaseTestConsumer in io.reactivex.rxjava3.observersModifier and TypeClassDescriptionclassTestObserver<T>AnObserver,MaybeObserver,SingleObserverandCompletableObservercomposite that can record events fromObservables,Maybes,Singles andCompletables and allows making assertions about them. -
Uses of BaseTestConsumer in io.reactivex.rxjava3.subscribers
Subclasses of BaseTestConsumer in io.reactivex.rxjava3.subscribersModifier and TypeClassDescriptionclassASubscriberimplementation that records events and allows making assertions about them.