| Package | Description |
|---|---|
| org.wisdom.test.assertions |
| Modifier and Type | Method and Description |
|---|---|
static StatusAssert |
WisdomAssertions.assertStatus(Integer actual)
Give access to
Status assertion. |
static StatusAssert |
StatusAssert.assertThat(Integer actual)
Checks that the
StatusAssert has the given status. |
StatusAssert |
StatusAssert.isAccepted()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isBadGateway()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isBadRequest()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isConflict()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isContinue()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isCreated()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isExpectationFailed()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isForbidden()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isFound()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isGatewayTimeout()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isGone()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isHttpVersionNotSupported()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isInternalServerError()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isLengthRequired()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isMethodNotAllowed()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isMovedPermanently()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isMultipleChoices()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isNoContent()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isNonAuthoritativeInformation()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isNotAcceptable()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isNotFound()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isNotImplemented()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isNotModified()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isOk()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isPartialContent()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isPaymentRequired()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isPreconditionFailed()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isProxyAuthenticationRequired()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isRequestedRangeNotSatisfiable()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isRequestEntityTooLarge()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isRequestTimeout()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isRequestUriTooLong()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isResetContent()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isSeeOther()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isServiceUnavailable()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isSwitchingProtocol()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isTemporaryRedirect()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isUnauthorized()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isUnsupportedMediaType()
Checks that the status is the expected status.
|
StatusAssert |
StatusAssert.isUseProxy()
Checks that the status is the expected status.
|
StatusAssert |
ActionResultAssert.status()
Creates a
StatusAssert. |
Copyright © 2013–2015 Wisdom Framework. All rights reserved.