Class SQLServerHintProviderTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.jalo.flexiblesearch.hints.impl.SQLServerHintProviderTest
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class SQLServerHintProviderTest extends HybrisJUnit4Test
  • Constructor Details

    • SQLServerHintProviderTest

      public SQLServerHintProviderTest()
  • Method Details

    • setUp

      public void setUp()
    • tearDown

      public void tearDown()
    • shouldApplyMAXDOPHintsWhenAddedInSessionContext

      public void shouldApplyMAXDOPHintsWhenAddedInSessionContext()
    • shouldNotApplyMAXDOPHintsWhenOtherMAXDOPHintIsAlreadySet

      public void shouldNotApplyMAXDOPHintsWhenOtherMAXDOPHintIsAlreadySet()
    • shouldApplyMAXDOPHintsWhenOnMasterDataSource

      public void shouldApplyMAXDOPHintsWhenOnMasterDataSource()
    • shouldNotApplyMAXDOPHintsWhenOnReadOnlyDataSource

      public void shouldNotApplyMAXDOPHintsWhenOnReadOnlyDataSource()
    • shouldUsePreviousValidMAXDOPValueWhenGivenInvalidValueInConfig

      public void shouldUsePreviousValidMAXDOPValueWhenGivenInvalidValueInConfig()
    • shouldNotApplyMAXDOPHintsForStringValueInSession

      public void shouldNotApplyMAXDOPHintsForStringValueInSession()
    • shouldNotApplyMAXDOPHintsForTooBigValueInSession

      public void shouldNotApplyMAXDOPHintsForTooBigValueInSession()
    • shouldNotApplyMAXDOPHintsForTooBigValueInConfig

      public void shouldNotApplyMAXDOPHintsForTooBigValueInConfig()
    • shouldNotApplyMAXDOPHintsForNegativeValueInSession

      public void shouldNotApplyMAXDOPHintsForNegativeValueInSession()
    • shouldNotApplyMAXDOPHintsForNegativeValueInConfig

      public void shouldNotApplyMAXDOPHintsForNegativeValueInConfig()
    • shouldNotApplyMAXDOPHintsForDecimalValueInSession

      public void shouldNotApplyMAXDOPHintsForDecimalValueInSession()
    • shouldNotApplyMAXDOPHintsForDecimalValueInConfig

      public void shouldNotApplyMAXDOPHintsForDecimalValueInConfig()
    • shouldNotApplyMAXDOPHintsForNullValueInConfig

      public void shouldNotApplyMAXDOPHintsForNullValueInConfig()
    • shouldNotApplyMAXDOPHintsForNullValueInSession

      public void shouldNotApplyMAXDOPHintsForNullValueInSession()
    • shouldApplyMAXDOPHintsFromSessionWhenBothSet

      public void shouldApplyMAXDOPHintsFromSessionWhenBothSet()
    • shouldNotApplyMAXDOPHintsWhenTurnedOffInSessionContext

      public void shouldNotApplyMAXDOPHintsWhenTurnedOffInSessionContext()
    • shouldApplyMAXDOPHintsFromSessionWhenValueWithSpaces

      public void shouldApplyMAXDOPHintsFromSessionWhenValueWithSpaces()
    • shouldApplyMAXDOPHintsFromConfigWhenValueWithSpaces

      public void shouldApplyMAXDOPHintsFromConfigWhenValueWithSpaces()