Class DefaultConfigurationTest

java.lang.Object
com.mscharhag.et.DefaultConfigurationTest

public class DefaultConfigurationTest extends Object
  • Constructor Details

    • DefaultConfigurationTest

      public DefaultConfigurationTest()
  • Method Details

    • translateTranslatesCheckedExceptionsToRuntimeExceptions

      public void translateTranslatesCheckedExceptionsToRuntimeExceptions()
    • deprecatedtranslateTranslatesCheckedExceptionsToRuntimeExceptions

      public void deprecatedtranslateTranslatesCheckedExceptionsToRuntimeExceptions()
    • translateDoesNothingIfNoExceptionIsThrown

      public void translateDoesNothingIfNoExceptionIsThrown()
    • translateDoesNotTranslateRuntimeExceptions

      public void translateDoesNotTranslateRuntimeExceptions()
    • returnsTranslatesCheckedExceptionsToRuntimeExceptions

      public void returnsTranslatesCheckedExceptionsToRuntimeExceptions()
    • returnsReturnsTheValueIfNoExceptionIsThrown

      public void returnsReturnsTheValueIfNoExceptionIsThrown()
    • returnsDoesNotTranslateRuntimeExceptions

      public void returnsDoesNotTranslateRuntimeExceptions()
    • deprecatedreturnsDoesNotTranslateRuntimeExceptions

      public void deprecatedreturnsDoesNotTranslateRuntimeExceptions()
    • translateFailsIfNullIsPassed

      public void translateFailsIfNullIsPassed()
    • returnsFailsIfNullIsPassed

      public void returnsFailsIfNullIsPassed()
    • testSwallows

      public void testSwallows()