Class ConfigurableLinkOperationFactoryUnitTest


  • @UnitTest
    public class ConfigurableLinkOperationFactoryUnitTest
    extends java.lang.Object
    • Constructor Detail

      • ConfigurableLinkOperationFactoryUnitTest

        public ConfigurableLinkOperationFactoryUnitTest()
    • Method Detail

      • setUp

        public void setUp()
      • shouldUseFirstEnabledFactoryAndDontAskOthers

        public void shouldUseFirstEnabledFactoryAndDontAskOthers()
      • shouldUseFirstEnabledFactoryAndSkipDisabled

        public void shouldUseFirstEnabledFactoryAndSkipDisabled()
      • shouldThrowAnExceptionWhenThereIsNoFactories

        public void shouldThrowAnExceptionWhenThereIsNoFactories()
      • shouldThrowAnExceptionWhenThereIsNoEnabledFactory

        public void shouldThrowAnExceptionWhenThereIsNoEnabledFactory()