public class ActionResultAssert extends org.assertj.core.api.AbstractAssert<ActionResultAssert,Action.ActionResult>
Action.ActionResult.| Modifier | Constructor and Description |
|---|---|
protected |
ActionResultAssert(Action.ActionResult actual) |
| Modifier and Type | Method and Description |
|---|---|
static ActionResultAssert |
assertThat(Action.ActionResult actual) |
ActionResultAssert |
contextIsMultipart() |
ActionResultAssert |
contextIsNotMultipart() |
<T> ActionResultAssert |
hasBody(Class<T> klass,
T body) |
ActionResultAssert |
hasBody(String body) |
ActionResultAssert |
hasBodyMatch(String regex) |
ActionResultAssert |
hasCharset(Charset charset) |
ActionResultAssert |
hasContentType(String contentType) |
ActionResultAssert |
hasContextId(Long id) |
ActionResultAssert |
hasFullContentType(String fullContentType) |
ActionResultAssert |
hasInBody(String inBody) |
ActionResultAssert |
hasInSession(String key,
String value) |
ActionResultAssert |
hasSessionId(String id) |
ActionResultAssert |
hasStatus(Integer statusCode) |
ActionResultAssert |
isNotNull() |
ActionResultAssert |
sessionIsEmpty() |
ActionResultAssert |
sessionIsNotEmpty() |
StatusAssert |
status() |
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorprotected ActionResultAssert(Action.ActionResult actual)
public static ActionResultAssert assertThat(Action.ActionResult actual)
public StatusAssert status()
public ActionResultAssert hasStatus(Integer statusCode)
public ActionResultAssert hasContentType(String contentType)
public ActionResultAssert hasFullContentType(String fullContentType)
public ActionResultAssert hasCharset(Charset charset)
public ActionResultAssert hasInSession(String key, String value)
public ActionResultAssert hasSessionId(String id)
public ActionResultAssert sessionIsEmpty()
public ActionResultAssert sessionIsNotEmpty()
public <T> ActionResultAssert hasBody(Class<T> klass, T body)
public ActionResultAssert hasBody(String body)
public ActionResultAssert hasInBody(String inBody)
public ActionResultAssert hasBodyMatch(String regex)
public ActionResultAssert hasContextId(Long id)
public ActionResultAssert contextIsMultipart()
public ActionResultAssert contextIsNotMultipart()
public ActionResultAssert isNotNull()
isNotNull in interface org.assertj.core.api.Assert<ActionResultAssert,Action.ActionResult>isNotNull in class org.assertj.core.api.AbstractAssert<ActionResultAssert,Action.ActionResult>Copyright © 2013–2014 Wisdom Framework. All rights reserved.