Class DefaultProcessContextResolutionStrategyTest

java.lang.Object
de.hybris.platform.acceleratorservices.process.strategies.impl.DefaultProcessContextResolutionStrategyTest

@UnitTest public class DefaultProcessContextResolutionStrategyTest extends Object
Test class for DefaultProcessContextResolutionStrategy
  • Constructor Details

    • DefaultProcessContextResolutionStrategyTest

      public DefaultProcessContextResolutionStrategyTest()
  • Method Details

    • initializeShouldNotFailWhenStrategyNotFound

      public void initializeShouldNotFailWhenStrategyNotFound() throws Exception
      Throws:
      Exception
    • getContentCatalogVersionShouldNotFailWhenStrategyNotFound

      public void getContentCatalogVersionShouldNotFailWhenStrategyNotFound() throws Exception
      Throws:
      Exception
    • getCmsShouldNotFailWhenStrategyNotFound

      public void getCmsShouldNotFailWhenStrategyNotFound() throws Exception
      Throws:
      Exception
    • testShouldDelegateToMatchingStrategyFromTheMap

      public void testShouldDelegateToMatchingStrategyFromTheMap() throws Exception
      Throws:
      Exception
    • shouldReturnStrategyMappedToSupperTypeWhenExactTypeNotPresent

      public void shouldReturnStrategyMappedToSupperTypeWhenExactTypeNotPresent() throws Exception
      Throws:
      Exception
    • shouldReturnStrategyMappedWhenPresentAvoidingSupperType

      public void shouldReturnStrategyMappedWhenPresentAvoidingSupperType() throws Exception
      Throws:
      Exception