Package net.ggtools.grand.filters
Class AbstractGraphFilterTest
- java.lang.Object
-
- net.ggtools.grand.filters.AbstractGraphFilterTest
-
public class AbstractGraphFilterTest extends Object
- Author:
- Christophe Labouisse
-
-
Constructor Summary
Constructors Constructor Description AbstractGraphFilterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetGraphBeforeSet()
Test if AbstractGraphFilter does not meet an NPE when getting graph before setting the producer.
-
-
-
Method Detail
-
testGetGraphBeforeSet
public final void testGetGraphBeforeSet() throws net.ggtools.grand.exceptions.GrandException
Test if AbstractGraphFilter does not meet an NPE when getting graph before setting the producer.- Throws:
net.ggtools.grand.exceptions.GrandException
- ifGraphProducer.getGraph()
fails
-
-