Class AccessPropagationNotInherited


  • public class AccessPropagationNotInherited
    extends WeldBaseTest
    Test case to check that non inherited accesses are not affected by access propagation We start having Role "role" which inherits from Role "template" We add access A1 for "role", before adding the same access A1 for "template" If we update access A1 for "template" this change must not affect A1 access for "role" because it has not been inherited
    • Constructor Detail

      • AccessPropagationNotInherited

        public AccessPropagationNotInherited()
    • Method Detail

      • notInheritedAccessNotAffectedByPropagation

        public void notInheritedAccessNotAffectedByPropagation()
        Test case to check that non inherited accesses are not affected by access propagation.