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 PathwayModel p  
  • Constructor Summary

    Constructors
    Constructor Description
    TestElementId()  
  • Method Summary

    Modifier and Type Method Description
    void setUp()  
    void testDataNode()  
    void testGraphicalLine()  
    void testGroup()  
    void testInteraction()  
    void testLabel()  
    void testShape()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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()