public class HttpValueFunctions
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <A,B,C> <any> |
chain(<any> f1,
<any> f2)
Deprecated.
since 0.7.0 use
Functionals#chain(Function, Function) |
static <A,B,C,D> <any> |
chain(<any> f1,
<any> f2,
<any> f3)
Deprecated.
since 0.7.0 use
Functionals#chain(Function, Function, Function) |
static <A,B,C,D,E> |
chain(<any> f1,
<any> f2,
<any> f3,
<any> f4)
Deprecated.
since 0.7.0 use
Functionals#chain(Function, Function, Function, Function) |
static <any> |
containsHeader(java.lang.String header) |
static <any> |
jsonContents() |
static <T> <any> |
jsonContents(java.lang.String[] elements,
java.lang.Class<T> expected) |
static <T> <any> |
jsonContents(java.lang.String element,
java.lang.Class<T> expected) |
static <T> <any> |
jsonContentsFromPath(java.lang.String path) |
static <any> |
latency() |
static <any> |
responseCode() |
static <any> |
responseCodeEquals(int... expected) |
static <any> |
responseCodeEquals(int expected) |
static <any> |
stringContentsFunction() |
public static <any> responseCode()
public static <any> responseCodeEquals(int expected)
public static <any> responseCodeEquals(int... expected)
public static <any> stringContentsFunction()
public static <any> jsonContents()
public static <T> <any> jsonContents(java.lang.String element, java.lang.Class<T> expected)
public static <T> <any> jsonContents(java.lang.String[] elements, java.lang.Class<T> expected)
public static <T> <any> jsonContentsFromPath(java.lang.String path)
public static <any> latency()
public static <any> containsHeader(java.lang.String header)
@Deprecated public static <A,B,C> <any> chain(<any> f1, <any> f2)
Functionals#chain(Function, Function)
@Deprecated public static <A,B,C,D> <any> chain(<any> f1, <any> f2, <any> f3)
Functionals#chain(Function, Function, Function)
@Deprecated public static <A,B,C,D,E> <any> chain(<any> f1, <any> f2, <any> f3, <any> f4)
Functionals#chain(Function, Function, Function, Function)