Package org.pathvisio.libgpml.model
Class TestElementId
java.lang.Object
org.pathvisio.libgpml.model.TestElementId
public class TestElementId
extends java.lang.Object
Tests for elementId.
- Author:
- finterly
-
Field Summary
Fields Modifier and Type Field Description private PathwayModelp -
Constructor Summary
Constructors Constructor Description TestElementId() -
Method Summary
Modifier and Type Method Description voidsetUp()voidtestDataNode()voidtestGraphicalLine()voidtestGroup()voidtestInteraction()voidtestLabel()voidtestShape()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
p
-
-
Constructor Details
-
TestElementId
public TestElementId()
-
-
Method Details
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDataNode
public void testDataNode() -
testInteraction
public void testInteraction() -
testGraphicalLine
public void testGraphicalLine() -
testLabel
public void testLabel() -
testShape
public void testShape() -
testGroup
public void testGroup()
-