| Package | Description |
|---|---|
| com.jayway.restassured.internal | |
| com.jayway.restassured.response | |
| com.jayway.restassured.specification |
| Modifier and Type | Method and Description |
|---|---|
<T> ResponseSpecification |
ResponseSpecificationImpl.header(String headerName,
RestAssuredFunction<String,T> mappingFunction,
org.hamcrest.Matcher<? super T> expectedValueMatcher) |
<U> T |
ValidatableResponseOptionsImpl.header(String headerName,
RestAssuredFunction<String,U> f,
org.hamcrest.Matcher<? super U> matcher) |
| Modifier and Type | Method and Description |
|---|---|
<V> T |
ValidatableResponseOptions.header(String headerName,
RestAssuredFunction<String,V> mappingFunction,
org.hamcrest.Matcher<? super V> expectedValueMatcher)
Expect that a response header matches the supplied header name and hamcrest matcher using a mapping function.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ResponseSpecification |
ResponseSpecification.header(String headerName,
RestAssuredFunction<String,T> mappingFunction,
org.hamcrest.Matcher<? super T> expectedValueMatcher)
Expect that a response header matches the supplied header name and hamcrest matcher using a mapping function.
|
Copyright © 2010–2015. All rights reserved.