Class AttributeStrategyConverterTest
- java.lang.Object
-
- de.hybris.platform.cms2.cmsitems.converter.impl.AttributeStrategyConverterTest
-
@UnitTest public class AttributeStrategyConverterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttributeStrategyConverterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgivenThatNoneOfThePredicatesAreTrueShouldReturnNull()voidgivenThatOnlyOnePredicateIsTrueShouldExecuteOnlyOneConverter()voidgivenThatTwoPredicatesAreTrueShouldReturnTheLastConversionDefined()voidsetup()
-
-
-
Method Detail
-
setup
public void setup() throws java.lang.Exception- Throws:
java.lang.Exception
-
givenThatOnlyOnePredicateIsTrueShouldExecuteOnlyOneConverter
public void givenThatOnlyOnePredicateIsTrueShouldExecuteOnlyOneConverter() throws java.lang.Exception- Throws:
java.lang.Exception
-
givenThatTwoPredicatesAreTrueShouldReturnTheLastConversionDefined
public void givenThatTwoPredicatesAreTrueShouldReturnTheLastConversionDefined()
-
givenThatNoneOfThePredicatesAreTrueShouldReturnNull
public void givenThatNoneOfThePredicatesAreTrueShouldReturnNull()
-
-