Package com.mscharhag.et
Class DefaultConfigurationTest
- java.lang.Object
-
- com.mscharhag.et.DefaultConfigurationTest
-
public class DefaultConfigurationTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultConfigurationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwithReturningTranslationDoesNotTranslateRuntimeExceptions()voidwithReturningTranslationFailsIfNullIsPassed()voidwithReturningTranslationReturnsTheValueIfNoExceptionIsThrown()voidwithReturningTranslationTranslatesCheckedExceptionsToRuntimeExceptions()voidwithTranslationDoesNothingIfNoExceptionIsThrown()voidwithTranslationDoesNotTranslateRuntimeExceptions()voidwithTranslationFailsIfNullIsPassed()voidwithTranslationTranslatesCheckedExceptionsToRuntimeExceptions()
-
-
-
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()
-
-