Class ResponseErrors
java.lang.Object
de.hybris.platform.odata2services.odata.asserts.ResponseErrors
- All Implemented Interfaces:
org.assertj.core.error.AssertionErrorFactory
Message factory for HTTP status conditions
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.assertj.core.error.AssertionErrorFactorybodyShouldBeEqual(String actual, String expected) newAssertionError(org.assertj.core.description.Description d, org.assertj.core.presentation.Representation r) static org.assertj.core.error.AssertionErrorFactoryshouldBeSuccessful(int actual) static org.assertj.core.error.AssertionErrorFactorystatusShouldBeEqualTo(int actual, int expected)
-
Method Details
-
statusShouldBeEqualTo
public static org.assertj.core.error.AssertionErrorFactory statusShouldBeEqualTo(int actual, int expected) -
shouldBeSuccessful
public static org.assertj.core.error.AssertionErrorFactory shouldBeSuccessful(int actual) -
bodyShouldBeEqual
-
newAssertionError
public AssertionError newAssertionError(org.assertj.core.description.Description d, org.assertj.core.presentation.Representation r) - Specified by:
newAssertionErrorin interfaceorg.assertj.core.error.AssertionErrorFactory
-