Class HanaHintsTest
- java.lang.Object
-
- de.hybris.platform.jalo.flexiblesearch.hints.impl.HanaHintsTest
-
@UnitTest public class HanaHintsTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HanaHintsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldAddAdditionalHints()voidshouldAddHintsIfInitialSetOfHintsAreEmpty()voidshouldApplyHintToTheQuery()voidshouldApplyMoreThanOneHintToTheQuery()voidshouldNotApplyHintIfHintsAreNotForCurrentDb()voidshouldThrowIllegalArgumentExceptionIfAddedHintIsBlank()voidshouldThrowIllegalArgumentExceptionIfAddeHintsIsNull()voidshouldThrowIllegalArgumentExceptionIfSomeHintsAreBlank()voidshouldThrowIllegalArgumentExceptionIfSomeHintsAreNull()
-
-
-
Method Detail
-
shouldApplyHintToTheQuery
public void shouldApplyHintToTheQuery()
-
shouldApplyMoreThanOneHintToTheQuery
public void shouldApplyMoreThanOneHintToTheQuery()
-
shouldNotApplyHintIfHintsAreNotForCurrentDb
public void shouldNotApplyHintIfHintsAreNotForCurrentDb()
-
shouldThrowIllegalArgumentExceptionIfSomeHintsAreNull
public void shouldThrowIllegalArgumentExceptionIfSomeHintsAreNull()
-
shouldThrowIllegalArgumentExceptionIfSomeHintsAreBlank
public void shouldThrowIllegalArgumentExceptionIfSomeHintsAreBlank()
-
shouldThrowIllegalArgumentExceptionIfAddeHintsIsNull
public void shouldThrowIllegalArgumentExceptionIfAddeHintsIsNull()
-
shouldThrowIllegalArgumentExceptionIfAddedHintIsBlank
public void shouldThrowIllegalArgumentExceptionIfAddedHintIsBlank()
-
shouldAddAdditionalHints
public void shouldAddAdditionalHints()
-
shouldAddHintsIfInitialSetOfHintsAreEmpty
public void shouldAddHintsIfInitialSetOfHintsAreEmpty()
-
-