Package net.ggtools.grand.filters
Class FilterChainTest
- java.lang.Object
-
- net.ggtools.grand.filters.FilterChainTest
-
public class FilterChainTest extends Object
- Author:
- Christophe Labouisse
-
-
Constructor Summary
Constructors Constructor Description FilterChainTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()Method setUp.voidtestAddFilterFirst()Method testAddFilterFirst.voidtestAddFilterLast()Method testAddFilterLast.voidtestClearFilters()Method testClearFilters.voidtestEmptyChain()Method testEmptyChain.voidtestOneFilter()Method testOneFilter.voidtestUninitializedChain()Method testUninitializedChain.
-
-
-
Method Detail
-
testUninitializedChain
public final void testUninitializedChain() throws net.ggtools.grand.exceptions.GrandExceptionMethod testUninitializedChain.- Throws:
net.ggtools.grand.exceptions.GrandException- ifFilterChain.getGraph()fails
-
testEmptyChain
public final void testEmptyChain() throws net.ggtools.grand.exceptions.GrandExceptionMethod testEmptyChain.- Throws:
net.ggtools.grand.exceptions.GrandException- ifGraphProducer.getGraph()orFilterChain.getGraph()fails
-
testOneFilter
public final void testOneFilter() throws net.ggtools.grand.exceptions.GrandExceptionMethod testOneFilter.- Throws:
net.ggtools.grand.exceptions.GrandException- ifGraphProducer.getGraph()orFilterChain.getGraph()fails
-
testAddFilterFirst
public final void testAddFilterFirst() throws net.ggtools.grand.exceptions.GrandExceptionMethod testAddFilterFirst.- Throws:
net.ggtools.grand.exceptions.GrandException- ifGraphProducer.getGraph()orFilterChain.getGraph()fails
-
testAddFilterLast
public final void testAddFilterLast() throws net.ggtools.grand.exceptions.GrandExceptionMethod testAddFilterLast.- Throws:
net.ggtools.grand.exceptions.GrandException- ifGraphProducer.getGraph()orFilterChain.getGraph()fails
-
testClearFilters
public final void testClearFilters() throws net.ggtools.grand.exceptions.GrandExceptionMethod testClearFilters.- Throws:
net.ggtools.grand.exceptions.GrandException- ifGraphProducer.getGraph()orFilterChain.getGraph()fails
-
setUp
public final void setUp()
Method setUp.
-
-