Class MissingNodeFilterTest


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

      • MissingNodeFilterTest

        public MissingNodeFilterTest()
    • Method Detail

      • setUp

        public final void setUp()
        Method setUp.
      • testFullGraph

        public final void testFullGraph()
                                 throws net.ggtools.grand.exceptions.GrandException
        Check the full graph completeness.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if GraphProducer.getGraph() fails
      • testFilter

        public final void testFilter()
                              throws net.ggtools.grand.exceptions.GrandException
        Process the full graph through an MissingNodeFilter and check the remaining nodes. This test includes removing the project's start node.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if GraphProducer.getGraph() fails