Package | Description |
---|---|
io.reactivex.observers |
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. |
io.reactivex.subscribers |
Default wrappers and implementations for Subscriber-based consumer classes and interfaces,
including disposable and resource-tracking variants and
the
TestSubscriber that allows unit testing
Flowable -based flows. |
Modifier and Type | Class and Description |
---|---|
class |
BaseTestConsumer<T,U extends BaseTestConsumer<T,U>>
Base class with shared infrastructure to support TestSubscriber and TestObserver.
|
Modifier and Type | Class and Description |
---|---|
class |
TestObserver<T>
An Observer that records events and allows making assertions about them.
|
Modifier and Type | Class and Description |
---|---|
class |
TestSubscriber<T>
A subscriber that records events and allows making assertions about them.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.