Class DefaultItemModelSearchStrategyTest
java.lang.Object
de.hybris.platform.servicelayer.internal.model.impl.DefaultItemModelSearchStrategyTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
DefaultItemModelSearchStrategyTest
public DefaultItemModelSearchStrategyTest()
-
-
Method Details
-
shouldThrowIllegalArgumentExceptionWhenConverterIsNull
public void shouldThrowIllegalArgumentExceptionWhenConverterIsNull() -
shouldThrowIllegalArgumentExceptionWhenExampleIsNull
public void shouldThrowIllegalArgumentExceptionWhenExampleIsNull() -
shouldThrowModelLoadingExceptionWhenModelIsNotNew
public void shouldThrowModelLoadingExceptionWhenModelIsNotNew() -
shouldThrowModelLoadingExceptionWhenModelIsNewButDoesNotContainsChangedAttributes
public void shouldThrowModelLoadingExceptionWhenModelIsNewButDoesNotContainsChangedAttributes() -
shouldThrowModelLoadingExceptionWhenModifiedAttributeIsNotSearchable
public void shouldThrowModelLoadingExceptionWhenModifiedAttributeIsNotSearchable() -
shouldThrowModelLoadingExceptionWhenModifiedAttributeReturnTypeIsMapType
public void shouldThrowModelLoadingExceptionWhenModifiedAttributeReturnTypeIsMapType() -
shouldThrowModelLoadingExceptionWhenModifiedAttributeReturnTypeIsCollectionType
public void shouldThrowModelLoadingExceptionWhenModifiedAttributeReturnTypeIsCollectionType() -
shouldThrowModelLoadingExceptionWhenModifiedAttributeIsLocalizedAndReturnTypeIsMapType
public void shouldThrowModelLoadingExceptionWhenModifiedAttributeIsLocalizedAndReturnTypeIsMapType() -
shouldThrowModelLoadingExceptionWhenModifiedAttributeIsLocalizedAndReturnTypeIsCollectionType
public void shouldThrowModelLoadingExceptionWhenModifiedAttributeIsLocalizedAndReturnTypeIsCollectionType() -
shouldThrowModelNotFoundExceptionWhenResultIsEmpty
public void shouldThrowModelNotFoundExceptionWhenResultIsEmpty() -
shouldThrowAmbiguousIdentifierExceptionWhenResultIsGreaterThanOne
public void shouldThrowAmbiguousIdentifierExceptionWhenResultIsGreaterThanOne() -
shouldThrowModelNotFoundExceptionWhenResultContainsOnlyNullValue
public void shouldThrowModelNotFoundExceptionWhenResultContainsOnlyNullValue() -
shouldReturnFoundModelByExample
public void shouldReturnFoundModelByExample() -
shouldReturnListOfFoundModelsByExample
public void shouldReturnListOfFoundModelsByExample() -
shouldReturnFoundModelByExampleForLocalizedDescriptor
public void shouldReturnFoundModelByExampleForLocalizedDescriptor()
-