Class AsBoostRuleModelTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class AsBoostRuleModelTest extends ServicelayerTransactionalTest
  • Field Details

    • expectedException

      public org.junit.rules.ExpectedException expectedException
  • Constructor Details

    • AsBoostRuleModelTest

      public AsBoostRuleModelTest()
  • Method Details

    • setUp

      public void setUp() throws ImpExException
      Throws:
      ImpExException
    • getNonExistingBoostRule

      public void getNonExistingBoostRule() throws Exception
      Throws:
      Exception
    • createBoostRuleWithoutUid

      public void createBoostRuleWithoutUid() throws Exception
      Throws:
      Exception
    • createBoostRule

      public void createBoostRule() throws Exception
      Throws:
      Exception
    • failToCreateBoostRuleWithWrongCatalogVersion

      public void failToCreateBoostRuleWithWrongCatalogVersion() throws Exception
      Throws:
      Exception
    • failToCreateBoostRuleWithoutSearchConfiguration

      public void failToCreateBoostRuleWithoutSearchConfiguration() throws Exception
      Throws:
      Exception
    • failToCreateBoostRuleWithoutIndexProperty

      public void failToCreateBoostRuleWithoutIndexProperty() throws Exception
      Throws:
      Exception
    • failToCreateBoostRuleWithWrongIndexProperty

      public void failToCreateBoostRuleWithWrongIndexProperty() throws Exception
      Throws:
      Exception
    • failToCreateBoostRuleWithWrongBoostOperator

      public void failToCreateBoostRuleWithWrongBoostOperator() throws Exception
      Throws:
      Exception
    • failToCreateBoostRuleWithNumericValueForStringIndexProperty

      public void failToCreateBoostRuleWithNumericValueForStringIndexProperty() throws Exception
      Throws:
      Exception
    • failToCreateBoostRuleWithStringValueForNumericIndexProperty

      public void failToCreateBoostRuleWithStringValueForNumericIndexProperty() throws Exception
      Throws:
      Exception
    • createMultipleBoostRules

      public void createMultipleBoostRules() throws Exception
      Throws:
      Exception
    • failToCreateMultipleBoostRulesWithSameUid

      public void failToCreateMultipleBoostRulesWithSameUid() throws Exception
      Throws:
      Exception
    • updateBoostRule

      public void updateBoostRule() throws Exception
      Throws:
      Exception
    • cloneBoostRule

      public void cloneBoostRule() throws Exception
      Throws:
      Exception
    • removeBoostRule

      public void removeBoostRule() throws Exception
      Throws:
      Exception
    • boostRuleIsNotCorrupted

      public void boostRuleIsNotCorrupted() throws Exception
      Throws:
      Exception
    • rankAfterBoostRule

      public void rankAfterBoostRule() throws Exception
      Throws:
      Exception
    • rankBeforeBoostRule

      public void rankBeforeBoostRule() throws Exception
      Throws:
      Exception