Package org.pathvisio.libgpml.model
Class TestCopy
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.pathvisio.libgpml.model.TestCopy
- All Implemented Interfaces:
junit.framework.Test
public class TestCopy
extends junit.framework.TestCase
Test for Clone methods.
- Author:
- finterly
-
Field Summary
Fields Modifier and Type Field Description private Citationcprivate PathwayElement.CitationRefcrprivate Interactioni1private DataNodeo1private PathwayModelpprivate DataNode.States1 -
Constructor Summary
Constructors Constructor Description TestCopy() -
Method Summary
Modifier and Type Method Description voidsetUp()voidtestClonePathway()voidtestCopyDataNode()voidtestCopyGraphicalLine()voidtestCopyInteraction()voidtestCopyLabel()voidtestCopyShape()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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
p
-
o1
-
s1
-
cr
-
c
-
i1
-
-
Constructor Details
-
TestCopy
public TestCopy()
-
-
Method Details
-
setUp
public void setUp() throws java.lang.Exception- Overrides:
setUpin classjunit.framework.TestCase- Throws:
java.lang.Exception
-
testClonePathway
public void testClonePathway() -
testCopyDataNode
public void testCopyDataNode() -
testCopyInteraction
public void testCopyInteraction() -
testCopyGraphicalLine
public void testCopyGraphicalLine() -
testCopyLabel
public void testCopyLabel() -
testCopyShape
public void testCopyShape()
-