public final class TestingHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
includeBackpressureRequestOverflowTest |
| Constructor and Description |
|---|
TestingHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> TestingHelper.Builder<T,R> |
function(rx.functions.Func1<rx.Observable<T>,rx.Observable<R>> function)
Sets the transformation to be tested and returns a builder to create test
cases.
|
public static boolean includeBackpressureRequestOverflowTest
public static <T,R> TestingHelper.Builder<T,R> function(rx.functions.Func1<rx.Observable<T>,rx.Observable<R>> function)
function - the transformation to be testedCopyright © 2013–2015. All rights reserved.