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 Citation c  
    private PathwayElement.CitationRef cr  
    private Interaction i1  
    private DataNode o1  
    private PathwayModel p  
    private DataNode.State s1  
  • Constructor Summary

    Constructors
    Constructor Description
    TestCopy()  
  • Method Summary

    Modifier and Type Method Description
    void setUp()  
    void testClonePathway()  
    void testCopyDataNode()  
    void testCopyGraphicalLine()  
    void testCopyInteraction()  
    void testCopyLabel()  
    void testCopyShape()  

    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

    • TestCopy

      public TestCopy()
  • Method Details

    • setUp

      public void setUp() throws java.lang.Exception
      Overrides:
      setUp in class junit.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()