A F H R V 

A

after(long, TimeUnit) - Method in class rx.testkit.AssertObservable
If a TestScheduler is provided, advanced the time by the specified duration.
after(long, TimeUnit) - Method in class rx.testkit.AssertSingle
If a TestScheduler is provided, advanced the time by the specified duration.
AssertObservable<T> - Class in rx.testkit
AssertJ Assert class for Observable.
AssertSingle<T> - Class in rx.testkit
AssertJ Assert class for Single.
assertThat(Observable<T>) - Static method in class rx.testkit.AssertObservable
Constructs an AssertObservable for a given Observable.
assertThat(Observable<T>, TestScheduler) - Static method in class rx.testkit.AssertObservable
Constructs an AssertObservable for a given Observable with a TestScheduler.
assertThat(Single<T>) - Static method in class rx.testkit.AssertSingle
Create an AssertSingle instance for a Single.
assertThat(Single<T>, TestScheduler) - Static method in class rx.testkit.AssertSingle
Create an AssertSingle instance for a Single with a TestScheduler.

F

failures() - Method in class rx.testkit.AssertObservable
Create a ListAssert for the failures emitted.
failures() - Method in class rx.testkit.AssertSingle
Create a ListAssert from the error(s) emitted by the Single.

H

hasCompleted() - Method in class rx.testkit.AssertObservable
Assert that the underlying Observable has completed.
hasCompleted() - Method in class rx.testkit.AssertSingle
Assert that the Single has completed.
hasNotCompleted() - Method in class rx.testkit.AssertObservable
Assert that the underlying Observable has *not* completed.
hasNotCompleted() - Method in class rx.testkit.AssertSingle
Assert that the Single has *not* completed.

R

rx.testkit - package rx.testkit
 

V

value() - Method in class rx.testkit.AssertSingle
Create an ObjectAssert from the value emitted by the Single.
values() - Method in class rx.testkit.AssertObservable
Create a ListAssert for the values emitted.
A F H R V