Package de.hybris.platform.util
Class ExpressionUtilsTest
java.lang.Object
de.hybris.platform.util.ExpressionUtilsTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoid
-
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()
-