Package org.pathvisio.libgpml.model
Class TestGroupNested
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.pathvisio.libgpml.model.TestGroupNested
- All Implemented Interfaces:
junit.framework.Test
public class TestGroupNested
extends junit.framework.TestCase
Tests for nested
Group
(s).- Author:
- finterly
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TestGroupNested()
-
Method Summary
Modifier and Type Method Description void
setUp()
Creates and adds anchor to line, line to pathwayModel.void
testRemoveDataNode()
void
testRemoveDataNode2()
void
testRemoveDataNodeFromGroup()
void
testRemoveGroup()
void
testSwitchGroup()
void
testWriteGPML2021()
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
Constructor Details
-
TestGroupNested
public TestGroupNested()
-
-
Method Details
-
setUp
public void setUp()Creates and adds anchor to line, line to pathwayModel.- Overrides:
setUp
in classjunit.framework.TestCase
-
testRemoveDataNode
public void testRemoveDataNode() -
testRemoveDataNode2
public void testRemoveDataNode2() -
testRemoveDataNodeFromGroup
public void testRemoveDataNodeFromGroup() -
testRemoveGroup
public void testRemoveGroup() -
testSwitchGroup
public void testSwitchGroup() -
testWriteGPML2021
- Throws:
java.io.IOException
ConverterException
-