Class ConfigurableLinkOperationFactoryUnitTest

java.lang.Object
de.hybris.platform.persistence.links.ConfigurableLinkOperationFactoryUnitTest

@UnitTest public class ConfigurableLinkOperationFactoryUnitTest extends Object
  • Constructor Details

    • ConfigurableLinkOperationFactoryUnitTest

      public ConfigurableLinkOperationFactoryUnitTest()
  • Method Details

    • setUp

      public void setUp()
    • shouldUseFirstEnabledFactoryAndDontAskOthers

      public void shouldUseFirstEnabledFactoryAndDontAskOthers()
    • shouldUseFirstEnabledFactoryAndSkipDisabled

      public void shouldUseFirstEnabledFactoryAndSkipDisabled()
    • shouldThrowAnExceptionWhenThereIsNoFactories

      public void shouldThrowAnExceptionWhenThereIsNoFactories()
    • shouldThrowAnExceptionWhenThereIsNoEnabledFactory

      public void shouldThrowAnExceptionWhenThereIsNoEnabledFactory()