public class StatusAssert extends org.assertj.core.api.AbstractIntegerAssert<StatusAssert>
Status.| Modifier | Constructor and Description |
|---|---|
protected |
StatusAssert(Integer actual)
Creates a
StatusAssert. |
| Modifier and Type | Method and Description |
|---|---|
static StatusAssert |
assertThat(Integer actual)
Checks that the
StatusAssert has the given status. |
StatusAssert |
isAccepted()
Checks that the status is the expected status.
|
StatusAssert |
isBadGateway()
Checks that the status is the expected status.
|
StatusAssert |
isBadRequest()
Checks that the status is the expected status.
|
StatusAssert |
isConflict()
Checks that the status is the expected status.
|
StatusAssert |
isContinue()
Checks that the status is the expected status.
|
StatusAssert |
isCreated()
Checks that the status is the expected status.
|
StatusAssert |
isExpectationFailed()
Checks that the status is the expected status.
|
StatusAssert |
isForbidden()
Checks that the status is the expected status.
|
StatusAssert |
isFound()
Checks that the status is the expected status.
|
StatusAssert |
isGatewayTimeout()
Checks that the status is the expected status.
|
StatusAssert |
isGone()
Checks that the status is the expected status.
|
StatusAssert |
isHttpVersionNotSupported()
Checks that the status is the expected status.
|
StatusAssert |
isInternalServerError()
Checks that the status is the expected status.
|
StatusAssert |
isLengthRequired()
Checks that the status is the expected status.
|
StatusAssert |
isMethodNotAllowed()
Checks that the status is the expected status.
|
StatusAssert |
isMovedPermanently()
Checks that the status is the expected status.
|
StatusAssert |
isMultipleChoices()
Checks that the status is the expected status.
|
StatusAssert |
isNoContent()
Checks that the status is the expected status.
|
StatusAssert |
isNonAuthoritativeInformation()
Checks that the status is the expected status.
|
StatusAssert |
isNotAcceptable()
Checks that the status is the expected status.
|
StatusAssert |
isNotFound()
Checks that the status is the expected status.
|
StatusAssert |
isNotImplemented()
Checks that the status is the expected status.
|
StatusAssert |
isNotModified()
Checks that the status is the expected status.
|
StatusAssert |
isOk()
Checks that the status is the expected status.
|
StatusAssert |
isPartialContent()
Checks that the status is the expected status.
|
StatusAssert |
isPaymentRequired()
Checks that the status is the expected status.
|
StatusAssert |
isPreconditionFailed()
Checks that the status is the expected status.
|
StatusAssert |
isProxyAuthenticationRequired()
Checks that the status is the expected status.
|
StatusAssert |
isRequestedRangeNotSatisfiable()
Checks that the status is the expected status.
|
StatusAssert |
isRequestEntityTooLarge()
Checks that the status is the expected status.
|
StatusAssert |
isRequestTimeout()
Checks that the status is the expected status.
|
StatusAssert |
isRequestUriTooLong()
Checks that the status is the expected status.
|
StatusAssert |
isResetContent()
Checks that the status is the expected status.
|
StatusAssert |
isSeeOther()
Checks that the status is the expected status.
|
StatusAssert |
isServiceUnavailable()
Checks that the status is the expected status.
|
StatusAssert |
isSwitchingProtocol()
Checks that the status is the expected status.
|
StatusAssert |
isTemporaryRedirect()
Checks that the status is the expected status.
|
StatusAssert |
isUnauthorized()
Checks that the status is the expected status.
|
StatusAssert |
isUnsupportedMediaType()
Checks that the status is the expected status.
|
StatusAssert |
isUseProxy()
Checks that the status is the expected status.
|
isBetween, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isNegative, isNotEqualTo, isNotNegative, isNotPositive, isNotZero, isPositive, isStrictlyBetween, isZero, usingComparator, usingDefaultComparatorinBinary, inHexadecimal, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualToisEqualToComparingFieldByField, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFieldsas, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, withThreadDumpOnErrorprotected StatusAssert(Integer actual)
StatusAssert.actual - the status.public static StatusAssert assertThat(Integer actual)
StatusAssert has the given status.actual - the expected status.StatusAssertpublic StatusAssert isOk()
StatusAssertpublic StatusAssert isBadRequest()
StatusAssertpublic StatusAssert isAccepted()
StatusAssertpublic StatusAssert isBadGateway()
StatusAssertpublic StatusAssert isConflict()
StatusAssertpublic StatusAssert isContinue()
StatusAssertpublic StatusAssert isCreated()
StatusAssertpublic StatusAssert isExpectationFailed()
StatusAssertpublic StatusAssert isForbidden()
StatusAssertpublic StatusAssert isFound()
StatusAssertpublic StatusAssert isGatewayTimeout()
StatusAssertpublic StatusAssert isGone()
StatusAssertpublic StatusAssert isHttpVersionNotSupported()
StatusAssertpublic StatusAssert isInternalServerError()
StatusAssertpublic StatusAssert isLengthRequired()
StatusAssertpublic StatusAssert isMethodNotAllowed()
StatusAssertpublic StatusAssert isMovedPermanently()
StatusAssertpublic StatusAssert isMultipleChoices()
StatusAssertpublic StatusAssert isNoContent()
StatusAssertpublic StatusAssert isNonAuthoritativeInformation()
StatusAssertpublic StatusAssert isNotAcceptable()
StatusAssertpublic StatusAssert isNotFound()
StatusAssertpublic StatusAssert isNotImplemented()
StatusAssertpublic StatusAssert isNotModified()
StatusAssertpublic StatusAssert isPartialContent()
StatusAssertpublic StatusAssert isPaymentRequired()
StatusAssertpublic StatusAssert isPreconditionFailed()
StatusAssertpublic StatusAssert isProxyAuthenticationRequired()
StatusAssertpublic StatusAssert isRequestEntityTooLarge()
StatusAssertpublic StatusAssert isRequestTimeout()
StatusAssertpublic StatusAssert isRequestUriTooLong()
StatusAssertpublic StatusAssert isRequestedRangeNotSatisfiable()
StatusAssertpublic StatusAssert isResetContent()
StatusAssertpublic StatusAssert isSeeOther()
StatusAssertpublic StatusAssert isServiceUnavailable()
StatusAssertpublic StatusAssert isSwitchingProtocol()
StatusAssertpublic StatusAssert isTemporaryRedirect()
StatusAssertpublic StatusAssert isUnauthorized()
StatusAssertpublic StatusAssert isUnsupportedMediaType()
StatusAssertpublic StatusAssert isUseProxy()
StatusAssertCopyright © 2013–2015 Wisdom Framework. All rights reserved.