Class DefaultConfigurationTest


  • public class DefaultConfigurationTest
    extends java.lang.Object
    • Constructor Detail

      • DefaultConfigurationTest

        public DefaultConfigurationTest()
    • Method Detail

      • withTranslationTranslatesCheckedExceptionsToRuntimeExceptions

        public void withTranslationTranslatesCheckedExceptionsToRuntimeExceptions()
      • withTranslationDoesNothingIfNoExceptionIsThrown

        public void withTranslationDoesNothingIfNoExceptionIsThrown()
      • withTranslationDoesNotTranslateRuntimeExceptions

        public void withTranslationDoesNotTranslateRuntimeExceptions()
      • withReturningTranslationTranslatesCheckedExceptionsToRuntimeExceptions

        public void withReturningTranslationTranslatesCheckedExceptionsToRuntimeExceptions()
      • withReturningTranslationReturnsTheValueIfNoExceptionIsThrown

        public void withReturningTranslationReturnsTheValueIfNoExceptionIsThrown()
      • withReturningTranslationDoesNotTranslateRuntimeExceptions

        public void withReturningTranslationDoesNotTranslateRuntimeExceptions()
      • withTranslationFailsIfNullIsPassed

        public void withTranslationFailsIfNullIsPassed()
      • withReturningTranslationFailsIfNullIsPassed

        public void withReturningTranslationFailsIfNullIsPassed()