Class ConfigurableTasksProviderTest

    • Constructor Detail

      • ConfigurableTasksProviderTest

        public ConfigurableTasksProviderTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • tearDown

        public void tearDown()
                      throws java.lang.Exception
        Throws:
        java.lang.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()