Class AntProjectTest

    • Field Detail

      • antProject

        protected net.ggtools.grand.ant.AntProject antProject
        Field antProject.
      • graph

        protected net.ggtools.grand.graph.Graph graph
        Field graph.
    • Constructor Detail

      • AntProjectTest

        public AntProjectTest()
    • Method Detail

      • testAnt

        public final void testAnt()
        Method testAnt.
      • testAntCall

        public final void testAntCall()
        Method testAntCall.
      • testAntCallWithTargetElements

        public final void testAntCallWithTargetElements()
        Method testAntCallWithTargetElements.
      • testAntCallWithUndefinedProperty

        public final void testAntCallWithUndefinedProperty()
        Run a graph on a file including an antcall whose target is based on a property.
      • testAntCallWithUndefinedTask

        public final void testAntCallWithUndefinedTask()
        Run a graph on a file including an undefined task.
      • testAntNoTargetDifferentFile

        public final void testAntNoTargetDifferentFile()
        Method testAntNoTargetDifferentFile.
      • testAntNoTargetSameFile

        public final void testAntNoTargetSameFile()
        Method testAntNoTargetSameFile.
      • testAntWithTargetElements

        public final void testAntWithTargetElements()
        Method testAntWithTargetElements.
      • testIfCondition

        public final void testIfCondition()
        Method testIfCondition.
      • testNestedAnt

        public final void testNestedAnt()
        Test if the nested tasks are found (ticket #29).
      • testRunTarget

        public final void testRunTarget()
        Method testRunTarget.
      • testSubant

        public final void testSubant()
        Test the subant task.
      • testUnlessCondition

        public final void testUnlessCondition()
        Method testUnlessCondition.
      • getTestBuildFileName

        protected final String getTestBuildFileName()
        Method getTestBuildFileName.
        Returns:
        String
      • setUp

        public final void setUp()
        Method setUp.
      • createGraph

        protected void createGraph()
        Method createGraph.