Class HttpStatusAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<S,A>
org.assertj.core.api.AbstractObjectAssert<HttpStatusAssert,org.springframework.http.HttpStatus>
de.hybris.platform.mediaweb.assertions.assertj.HttpStatusAssert
- All Implemented Interfaces:
org.assertj.core.api.Assert<HttpStatusAssert,,org.springframework.http.HttpStatus> org.assertj.core.api.Descriptable<HttpStatusAssert>,org.assertj.core.api.ExtensionPoints<HttpStatusAssert,org.springframework.http.HttpStatus>
public class HttpStatusAssert
extends org.assertj.core.api.AbstractObjectAssert<HttpStatusAssert,org.springframework.http.HttpStatus>
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertj.core.api.AbstractObjectAssert
defaultTypeComparators, extracting, extracting, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, usingComparatorForFields, usingComparatorForTypeMethods inherited from class org.assertj.core.api.AbstractAssert
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
HttpStatusAssert
public HttpStatusAssert(org.springframework.http.HttpStatus actual)
-
-
Method Details
-
is1xxInformational
-
is2xxSuccessful
-
is3xxRedirection
-
is4xxClientError
-
is5xxServerError
-
isEqualTo
-