Skip navigation links
A F H N R V 

A

after(long, TimeUnit) - Method in class rx.testkit.AssertCompletable
If a TestScheduler is provided, advanced the time by the specified duration.
after(long, TimeUnit) - Method in class rx.testkit.AssertMaybe
If a TestScheduler is provided, advanced the time by the specified duration.
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.
AssertCompletable - Class in rx.testkit
AssertJ Assert class for Completable.
AssertMaybe<T> - Class in rx.testkit
AssertJ Assert class for Maybe.
AssertObservable<T> - Class in rx.testkit
AssertJ Assert class for Observable.
AssertSingle<T> - Class in rx.testkit
AssertJ Assert class for Single.
assertThat(Completable) - Static method in class rx.testkit.AssertCompletable
Create an AssertCompletable instance for a Completable.
assertThat(Completable, TestScheduler) - Static method in class rx.testkit.AssertCompletable
Create an AssertCompletable instance for a Completable with a TestScheduler.
assertThat(Maybe<T>) - Static method in class rx.testkit.AssertMaybe
Create an AssertMaybe instance for a Maybe.
assertThat(Maybe<T>, TestScheduler) - Static method in class rx.testkit.AssertMaybe
Create an AssertMaybe instance for a Maybe with a TestScheduler.
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.AssertCompletable
Create a ListAssert from the error(s) emitted by the Completable.
failures() - Method in class rx.testkit.AssertMaybe
 
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.AssertCompletable
Assert that the AssertCompletable has completed.
hasCompleted() - Method in class rx.testkit.AssertMaybe
Assert that the Maybe has completed.
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.AssertCompletable
Assert that the underlying AssertCompletable has *not* completed.
hasNotCompleted() - Method in class rx.testkit.AssertMaybe
Assert that the Maybe has NOT 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.

N

noValue() - Method in class rx.testkit.AssertMaybe
Assert that the Maybe has emitted no value.

R

rx.testkit - package rx.testkit
 

V

value() - Method in class rx.testkit.AssertMaybe
Create an ObjectAssert from the value emitted by the Maybe.
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 N R V 
Skip navigation links