Class NodeRemoverFilterTest


  • public class NodeRemoverFilterTest
    extends AbstractAntTester
    Author:
    Christophe Labouisse
    • Constructor Detail

      • NodeRemoverFilterTest

        public NodeRemoverFilterTest()
    • Method Detail

      • setUp

        public final void setUp()
        Method setUp.
      • testNonExistentNode

        public final void testNonExistentNode()
                                       throws net.ggtools.grand.exceptions.GrandException
        Process the build file, trying to removed a non existent node.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if GraphProducer.getGraph() or GraphProducer.getGraph() fails
      • testNonNode

        public final void testNonNode()
                               throws net.ggtools.grand.exceptions.GrandException
        Process the build file, trying to removed with an empty list.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if GraphProducer.getGraph() or GraphProducer.getGraph() fails
      • testOneNode

        public final void testOneNode()
                               throws net.ggtools.grand.exceptions.GrandException
        Process log4j 1.2.8 build.xml and remove the "init" node.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if GraphProducer.getGraph() fails
      • testSeveralNodes

        public final void testSeveralNodes()
                                    throws net.ggtools.grand.exceptions.GrandException
        Process log4j 1.2.8 build.xml and remove the "init", "build" and jar nodes.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if GraphProducer.getGraph() fails