Class ConfigurableTasksProviderTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class ConfigurableTasksProviderTest extends ServicelayerBaseTest
  • Constructor Details

    • ConfigurableTasksProviderTest

      public ConfigurableTasksProviderTest()
  • Method Details

    • setup

      public void setup()
    • tearDown

      public void tearDown() throws Exception
      Throws:
      Exception
    • shouldThrowExceptionWhenDefaultProviderIsNull

      public void shouldThrowExceptionWhenDefaultProviderIsNull()
    • shouldThrowExceptionWhenProvidersMapIsNull

      public void shouldThrowExceptionWhenProvidersMapIsNull()
    • shouldUseDefaultProviderIfPropertyIsNotSet

      public void shouldUseDefaultProviderIfPropertyIsNotSet()
    • shouldUseDefaultProviderIfPropertyIsEmpty

      public void shouldUseDefaultProviderIfPropertyIsEmpty()
    • shouldUseDefaultProviderIfPropertyIsInvalid

      public void shouldUseDefaultProviderIfPropertyIsInvalid()
    • shouldUseDefaultProviderIfPropertyHasInvalidCase

      public void shouldUseDefaultProviderIfPropertyHasInvalidCase()
    • shouldUseProvider1FromMapIfPropertyIsSet

      public void shouldUseProvider1FromMapIfPropertyIsSet()
    • shouldUseProvider2FromMapIfPropertyIsSet

      public void shouldUseProvider2FromMapIfPropertyIsSet()