Class GrandTaskPropertyTest


  • public class GrandTaskPropertyTest
    extends AbstractAntTester
    Tests for GrandTask focused on properties.
    Author:
    Christophe Labouisse
    • Constructor Detail

      • GrandTaskPropertyTest

        public GrandTaskPropertyTest()
    • Method Detail

      • setUp

        public final void setUp()
        Method setUp.
      • testUndefinedProperty

        public final void testUndefinedProperty()
        Run the test with an undefined property.
      • testInheritAll

        public final void testInheritAll()
        Set the property in the calling project and create a graph with inheritall set.
      • testPropertyElement

        public final void testPropertyElement()
        Use the nested element "property" to set antcall.target.
      • testPropertySet

        public final void testPropertySet()
        Use the nested element "propertyset" to set antcall.target.
      • testInheritPrevailsOverProperty

        public final void testInheritPrevailsOverProperty()
        Set the property in the calling build script, sets inheritall to true and use a property element with a different value. The inheritall property should prevail.