- 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
-
- assertThat(Completable, TestScheduler) - Static method in class rx.testkit.AssertCompletable
-
- assertThat(Maybe<T>) - Static method in class rx.testkit.AssertMaybe
-
- 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
-
- assertThat(Observable<T>, TestScheduler) - Static method in class rx.testkit.AssertObservable
-
- assertThat(Single<T>) - Static method in class rx.testkit.AssertSingle
-
- assertThat(Single<T>, TestScheduler) - Static method in class rx.testkit.AssertSingle
-
Create an
AssertSingle instance for a
Single with a
TestScheduler.