Uses of Class
io.reactivex.rxjava3.observers.BaseTestConsumer
-
Packages that use BaseTestConsumer Package Description io.reactivex.rxjava3.observers Default wrappers and implementations for observer-based consumer classes and interfaces, including disposable and resource-tracking variants and theTestObserverthat allows unit testingObservable-,Single-,Maybe- andCompletable-based flows.io.reactivex.rxjava3.subscribers Default wrappers and implementations forSubscriber-based consumer classes and interfaces, including disposable (DisposableSubscriber) and resource-tracking (ResourceSubscriber) variants and theTestSubscriberthat allows unit testingFlowable-based flows. -
-
Uses of BaseTestConsumer in io.reactivex.rxjava3.observers
Classes in io.reactivex.rxjava3.observers with type parameters of type BaseTestConsumer Modifier and Type Class Description classBaseTestConsumer<T,U extends BaseTestConsumer<T,U>>Base class with shared infrastructure to supportTestSubscriberandTestObserver.Subclasses of BaseTestConsumer in io.reactivex.rxjava3.observers Modifier and Type Class Description classTestObserver<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.subscribers Modifier and Type Class Description classTestSubscriber<T>ASubscriberimplementation that records events and allows making assertions about them.
-