Package net.ggtools.grand.tasks
Class GraphFilterFactoryTest
- java.lang.Object
-
- org.apache.tools.ant.BuildFileTest
-
- net.ggtools.grand.utils.AbstractAntTester
-
- net.ggtools.grand.tasks.GraphFilterFactoryTest
-
public class GraphFilterFactoryTest extends AbstractAntTester
- Author:
- Christophe Labouisse
-
-
Field Summary
-
Fields inherited from class net.ggtools.grand.utils.AbstractAntTester
JUNIT_TEST_NAME, TEMP_FILE_PROP, TESTCASES_DIR, watchman
-
Fields inherited from class org.apache.tools.ant.BuildFileTest
project
-
-
Constructor Summary
Constructors Constructor Description GraphFilterFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
Method setUp.void
testClassNotFound()
Method testClassNotFound.void
testNotConfigured()
Method testNotConfigured.void
testTypeConnected()
Method testTypeConnected.void
testTypeFromNode()
Method testTypeFromNode.void
testTypeIsolatedNode()
Method testTypeIsolatedNode.void
testTypeMissingNode()
Method testTypeMissingNode.void
testTypeNodeRemover()
Method testTypeNodeRemover.void
testTypeToNode()
Method testTypeToNode.-
Methods inherited from class net.ggtools.grand.utils.AbstractAntTester
assertFullLogContaining, assertTempFileMatchExpected, expectFullLogContaining
-
Methods inherited from class org.apache.tools.ant.BuildFileTest
assertLogContaining, assertPropertyEquals, assertPropertySet, assertPropertyUnset, configureProject, configureProject, executeTarget, expectBuildException, expectBuildExceptionContaining, expectDebuglog, expectLog, expectLogContaining, expectOutput, expectOutputAndError, expectPropertySet, expectPropertySet, expectPropertyUnset, expectSpecificBuildException, getBuildException, getError, getFullLog, getLog, getOutput, getProject, getProjectDir, getResource
-
-
-
-
Method Detail
-
setUp
public final void setUp()
Method setUp.
-
testTypeIsolatedNode
public final void testTypeIsolatedNode()
Method testTypeIsolatedNode.
-
testTypeFromNode
public final void testTypeFromNode()
Method testTypeFromNode.
-
testTypeToNode
public final void testTypeToNode()
Method testTypeToNode.
-
testTypeConnected
public final void testTypeConnected()
Method testTypeConnected.
-
testTypeMissingNode
public final void testTypeMissingNode()
Method testTypeMissingNode.
-
testTypeNodeRemover
public final void testTypeNodeRemover()
Method testTypeNodeRemover.
-
testNotConfigured
public final void testNotConfigured()
Method testNotConfigured.
-
testClassNotFound
public final void testClassNotFound()
Method testClassNotFound.
-
-