Class ConfigurableLinkOperationFactoryUnitTest
- java.lang.Object
-
- de.hybris.platform.persistence.links.ConfigurableLinkOperationFactoryUnitTest
-
@UnitTest public class ConfigurableLinkOperationFactoryUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurableLinkOperationFactoryUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldThrowAnExceptionWhenThereIsNoEnabledFactory()voidshouldThrowAnExceptionWhenThereIsNoFactories()voidshouldUseFirstEnabledFactoryAndDontAskOthers()voidshouldUseFirstEnabledFactoryAndSkipDisabled()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldUseFirstEnabledFactoryAndDontAskOthers
public void shouldUseFirstEnabledFactoryAndDontAskOthers()
-
shouldUseFirstEnabledFactoryAndSkipDisabled
public void shouldUseFirstEnabledFactoryAndSkipDisabled()
-
shouldThrowAnExceptionWhenThereIsNoFactories
public void shouldThrowAnExceptionWhenThereIsNoFactories()
-
shouldThrowAnExceptionWhenThereIsNoEnabledFactory
public void shouldThrowAnExceptionWhenThereIsNoEnabledFactory()
-
-