Class AttributeStrategyConverterTest


  • @UnitTest
    public class AttributeStrategyConverterTest
    extends java.lang.Object
    • Constructor Detail

      • AttributeStrategyConverterTest

        public AttributeStrategyConverterTest()
    • 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()