| Package | Description |
|---|---|
| org.wisdom.test.assertions |
| Modifier and Type | Method and Description |
|---|---|
static <T> HttpResponseAssert<T> |
WisdomAssertions.assertThat(HttpResponse<T> actual)
Give access to
HttpResponse assertion. |
static <T> HttpResponseAssert<T> |
HttpResponseAssert.assertThat(HttpResponse<T> actual) |
HttpResponseAssert<T> |
HttpResponseAssert.bodyMatches(String regex) |
HttpResponseAssert<T> |
HttpResponseAssert.hasBody(T body) |
HttpResponseAssert<T> |
HttpResponseAssert.hasCharset(String charset) |
HttpResponseAssert<T> |
HttpResponseAssert.hasCode(int code) |
HttpResponseAssert<T> |
HttpResponseAssert.hasContentType(String contentType) |
HttpResponseAssert<T> |
HttpResponseAssert.hasCookie(String cookieName) |
HttpResponseAssert<T> |
HttpResponseAssert.hasInBody(String inBody) |
HttpResponseAssert<T> |
HttpResponseAssert.hasInHeader(String key,
String value) |
HttpResponseAssert<T> |
HttpResponseAssert.hasLength(Integer length) |
Copyright © 2013–2014 Wisdom Framework. All rights reserved.