public class ContextAssert extends org.assertj.core.api.AbstractAssert<ContextAssert,org.wisdom.api.http.Context>
Context| Modifier | Constructor and Description |
|---|---|
protected |
ContextAssert(org.wisdom.api.http.Context actual) |
| Modifier and Type | Method and Description |
|---|---|
static ContextAssert |
assertThat(org.wisdom.api.http.Context actual) |
<T> ContextAssert |
hasBody(Class<T> klass,
T body) |
ContextAssert |
hasBody(String body) |
ContextAssert |
hasBodyMatch(String regex) |
ContextAssert |
hasContextPath(String path) |
ContextAssert |
hasId(Long id) |
ContextAssert |
hasInBody(String inBody) |
ContextAssert |
hasInSession(String key,
String value) |
ContextAssert |
isMultipart() |
ContextAssert |
isNotMultipart() |
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, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorpublic static ContextAssert assertThat(org.wisdom.api.http.Context actual)
public ContextAssert hasInSession(String key, String value)
public ContextAssert hasId(Long id)
public ContextAssert isMultipart()
public ContextAssert isNotMultipart()
public ContextAssert hasContextPath(String path)
public ContextAssert hasInBody(String inBody)
public ContextAssert hasBodyMatch(String regex)
public ContextAssert hasBody(String body)
public <T> ContextAssert hasBody(Class<T> klass, T body)
Copyright © 2013–2014 Wisdom Framework. All rights reserved.