Class FilterChainTest


  • public class FilterChainTest
    extends Object
    Author:
    Christophe Labouisse
    • Constructor Detail

      • FilterChainTest

        public FilterChainTest()
    • Method Detail

      • testUninitializedChain

        public final void testUninitializedChain()
                                          throws net.ggtools.grand.exceptions.GrandException
        Method testUninitializedChain.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if FilterChain.getGraph() fails
      • testEmptyChain

        public final void testEmptyChain()
                                  throws net.ggtools.grand.exceptions.GrandException
        Method testEmptyChain.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if GraphProducer.getGraph() or FilterChain.getGraph() fails
      • testOneFilter

        public final void testOneFilter()
                                 throws net.ggtools.grand.exceptions.GrandException
        Method testOneFilter.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if GraphProducer.getGraph() or FilterChain.getGraph() fails
      • testAddFilterFirst

        public final void testAddFilterFirst()
                                      throws net.ggtools.grand.exceptions.GrandException
        Method testAddFilterFirst.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if GraphProducer.getGraph() or FilterChain.getGraph() fails
      • testAddFilterLast

        public final void testAddFilterLast()
                                     throws net.ggtools.grand.exceptions.GrandException
        Method testAddFilterLast.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if GraphProducer.getGraph() or FilterChain.getGraph() fails
      • testClearFilters

        public final void testClearFilters()
                                    throws net.ggtools.grand.exceptions.GrandException
        Method testClearFilters.
        Throws:
        net.ggtools.grand.exceptions.GrandException - if GraphProducer.getGraph() or FilterChain.getGraph() fails
      • setUp

        public final void setUp()
        Method setUp.