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 void
setUp()
Method setUp.void
testAddFilterFirst()
Method testAddFilterFirst.void
testAddFilterLast()
Method testAddFilterLast.void
testClearFilters()
Method testClearFilters.void
testEmptyChain()
Method testEmptyChain.void
testOneFilter()
Method testOneFilter.void
testUninitializedChain()
Method testUninitializedChain.
-
-
-
Method Detail
-
testUninitializedChain
public final void testUninitializedChain() throws net.ggtools.grand.exceptions.GrandException
Method testUninitializedChain.- Throws:
net.ggtools.grand.exceptions.GrandException
- ifFilterChain.getGraph()
fails
-
testEmptyChain
public final void testEmptyChain() throws net.ggtools.grand.exceptions.GrandException
Method testEmptyChain.- Throws:
net.ggtools.grand.exceptions.GrandException
- ifGraphProducer.getGraph()
orFilterChain.getGraph()
fails
-
testOneFilter
public final void testOneFilter() throws net.ggtools.grand.exceptions.GrandException
Method testOneFilter.- Throws:
net.ggtools.grand.exceptions.GrandException
- ifGraphProducer.getGraph()
orFilterChain.getGraph()
fails
-
testAddFilterFirst
public final void testAddFilterFirst() throws net.ggtools.grand.exceptions.GrandException
Method testAddFilterFirst.- Throws:
net.ggtools.grand.exceptions.GrandException
- ifGraphProducer.getGraph()
orFilterChain.getGraph()
fails
-
testAddFilterLast
public final void testAddFilterLast() throws net.ggtools.grand.exceptions.GrandException
Method testAddFilterLast.- Throws:
net.ggtools.grand.exceptions.GrandException
- ifGraphProducer.getGraph()
orFilterChain.getGraph()
fails
-
testClearFilters
public final void testClearFilters() throws net.ggtools.grand.exceptions.GrandException
Method testClearFilters.- Throws:
net.ggtools.grand.exceptions.GrandException
- ifGraphProducer.getGraph()
orFilterChain.getGraph()
fails
-
setUp
public final void setUp()
Method setUp.
-
-