Uses of Class
de.hybris.platform.testframework.assertions.assertj.ModelStateAssert
Packages that use ModelStateAssert
-
Uses of ModelStateAssert in de.hybris.platform.testframework.assertions.assertj
Methods in de.hybris.platform.testframework.assertions.assertj that return ModelStateAssertModifier and TypeMethodDescriptionstatic ModelStateAssertExtendedAssertions.assertThat(AbstractItemModel actual) ModelStateAssert.forProperty(String propertyName) Checks whether model has field named *fieldName*.ModelStateAssert.hasFieldValueEqualTo(Object expectedValue) Checks value of the field in the model.ModelStateAssert.hasFieldWithNullValue()Checks whether value of the field in the model is null.Checks whether model has getter named *getterName*.ModelStateAssert.hasLoadedValueEqualTo(Object expectedValue) Checks value in the model context.Checks whether model has setter named *setterName*.