Class ResponseErrors
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.asserts.ResponseErrors
-
- All Implemented Interfaces:
org.assertj.core.error.AssertionErrorFactory
public class ResponseErrors extends java.lang.Object implements org.assertj.core.error.AssertionErrorFactoryMessage factory for HTTP status conditions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.assertj.core.error.AssertionErrorFactorybodyShouldBeEqual(java.lang.String actual, java.lang.String expected)java.lang.AssertionErrornewAssertionError(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 Detail
-
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
public static org.assertj.core.error.AssertionErrorFactory bodyShouldBeEqual(java.lang.String actual, java.lang.String expected)
-
newAssertionError
public java.lang.AssertionError newAssertionError(org.assertj.core.description.Description d, org.assertj.core.presentation.Representation r)- Specified by:
newAssertionErrorin interfaceorg.assertj.core.error.AssertionErrorFactory
-
-