Class ExpressionUtilsTest

java.lang.Object
de.hybris.platform.util.ExpressionUtilsTest

@UnitTest public class ExpressionUtilsTest extends Object
  • Constructor Details

    • ExpressionUtilsTest

      public ExpressionUtilsTest()
  • Method Details

    • shouldThrowExceptionWhenInstantiatingObject

      public void shouldThrowExceptionWhenInstantiatingObject()
    • shouldThrowExceptionWhenUsingStaticProperty

      public void shouldThrowExceptionWhenUsingStaticProperty()
    • shouldUseProvidedVariables

      public void shouldUseProvidedVariables()
    • shouldThrowExceptionWhenInstantiatingObjectAndSimpleContextIsUsed

      public void shouldThrowExceptionWhenInstantiatingObjectAndSimpleContextIsUsed()
    • shouldSuccessWhenInstantiatingObjectAndStandardContextIsUsed

      public void shouldSuccessWhenInstantiatingObjectAndStandardContextIsUsed()
    • shouldThrowExceptionWhenUsingStaticPropertyAndSimpleContextIsUsed

      public void shouldThrowExceptionWhenUsingStaticPropertyAndSimpleContextIsUsed()
    • shouldSuccessWhenUsingStaticPropertyAndStandardContextIsUsed

      public void shouldSuccessWhenUsingStaticPropertyAndStandardContextIsUsed()
    • shouldUseProvidedVariablesWhenProvidedByEvaluationContext

      public void shouldUseProvidedVariablesWhenProvidedByEvaluationContext()