| Package | Description |
|---|---|
| org.wisdom.test.assertions |
| Modifier and Type | Method and Description |
|---|---|
static ContextAssert |
WisdomAssertions.assertThat(org.wisdom.api.http.Context actual)
Give access to
Context assertion. |
static ContextAssert |
ContextAssert.assertThat(org.wisdom.api.http.Context actual) |
<T> ContextAssert |
ContextAssert.hasBody(Class<T> klass,
T body) |
ContextAssert |
ContextAssert.hasBody(String body) |
ContextAssert |
ContextAssert.hasBodyMatch(String regex) |
ContextAssert |
ContextAssert.hasContextPath(String path) |
ContextAssert |
ContextAssert.hasId(Long id) |
ContextAssert |
ContextAssert.hasInBody(String inBody) |
ContextAssert |
ContextAssert.hasInSession(String key,
String value) |
ContextAssert |
ContextAssert.isMultipart() |
ContextAssert |
ContextAssert.isNotMultipart() |
Copyright © 2013–2014 Wisdom Framework. All rights reserved.