Class CommonAttributeConditionalSplitterFilterTest


  • public class CommonAttributeConditionalSplitterFilterTest
    extends Object
    This class test a conditional splitter filter for Common Attribute
    • Constructor Detail

      • CommonAttributeConditionalSplitterFilterTest

        public CommonAttributeConditionalSplitterFilterTest()
    • Method Detail

      • setUp

        public void setUp()
      • ifCommonAttributeInConstructorEqualsNullThenReturnFalse

        public void ifCommonAttributeInConstructorEqualsNullThenReturnFalse()
      • ifCommonAttributeInSetterEqualsNullThenReturnFalse

        public void ifCommonAttributeInSetterEqualsNullThenReturnFalse()
      • ifFilterElementNotConstantOrAttributeReturnsFalse

        public void ifFilterElementNotConstantOrAttributeReturnsFalse()
      • ifElementIsConstantAndTypesIsMultyTypeReturnFalse

        public void ifElementIsConstantAndTypesIsMultyTypeReturnFalse()
      • ifElementIsConstantAndTypeIsNotBooleanTypeReturnFalse

        public void ifElementIsConstantAndTypeIsNotBooleanTypeReturnFalse()
      • ifElementIsConstantAndContainsInAttributeSplitterReturnsFalse

        public void ifElementIsConstantAndContainsInAttributeSplitterReturnsFalse()
      • ifElementIsConstantAndNotContainsInAttributeSplitterReturnsTrue

        public void ifElementIsConstantAndNotContainsInAttributeSplitterReturnsTrue()
      • ifElementIsAttributeAndTypesIsMultyTypeReturnFalse

        public void ifElementIsAttributeAndTypesIsMultyTypeReturnFalse()
      • ifElementIsAttributeAndTypeIsNotBooleanTypeReturnFalse

        public void ifElementIsAttributeAndTypeIsNotBooleanTypeReturnFalse()
      • ifElementIsAttributeOfNotReferenceTypeReturnFalse

        public void ifElementIsAttributeOfNotReferenceTypeReturnFalse()
      • ifElementIsAttributeAndContainsInAttributeSplitterReturnsFalse

        public void ifElementIsAttributeAndContainsInAttributeSplitterReturnsFalse()
      • ifElementIsAttributeAndContainsInOtherSplitCommonAttributesReturnFalse

        public void ifElementIsAttributeAndContainsInOtherSplitCommonAttributesReturnFalse()
      • ifElementIsAttributeAndConfigNotContainsSplitCommonAttributeReturnFalse

        public void ifElementIsAttributeAndConfigNotContainsSplitCommonAttributeReturnFalse()
      • ifElementIsAttributeContainsOnlyOneSplitCommonAttributeReturnTrue

        public void ifElementIsAttributeContainsOnlyOneSplitCommonAttributeReturnTrue()