Class DefaultSourcingFactorServiceTest

java.lang.Object
de.hybris.platform.warehousing.sourcing.factor.impl.DefaultSourcingFactorServiceTest

@UnitTest public class DefaultSourcingFactorServiceTest extends Object
  • Constructor Details

    • DefaultSourcingFactorServiceTest

      public DefaultSourcingFactorServiceTest()
  • Method Details

    • setUp

      Throws:
      InvocationTargetException
      IllegalAccessException
    • shouldGetSourcingFactor

      public void shouldGetSourcingFactor()
    • shouldGetAllFactorsForBaseStore

      public void shouldGetAllFactorsForBaseStore()
    • shouldGetSourcingFactorsMapForBaseStore

      public void shouldGetSourcingFactorsMapForBaseStore()
    • shouldFailSourcingFactorsMapForBaseStore_FactorWeightGreaterThan100

      public void shouldFailSourcingFactorsMapForBaseStore_FactorWeightGreaterThan100() throws Exception
      Throws:
      Exception
    • shouldCreateSourcingFactorFromSourcingConfig

      public void shouldCreateSourcingFactorFromSourcingConfig()
    • shouldLoadFactorValue

      public void shouldLoadFactorValue()
    • shouldLoadFactorValue_Fail_OverHundred

      public void shouldLoadFactorValue_Fail_OverHundred()
    • shouldLoadFactorValue_Fail_Negative

      public void shouldLoadFactorValue_Fail_Negative()