Class TestAlias

java.lang.Object
org.pathvisio.libgpml.model.TestAlias

public class TestAlias
extends java.lang.Object
Tests for aliasRef of DataNode.
Author:
finterly
  • Field Summary

    Fields
    Modifier and Type Field Description
    private DataNode alias  
    private DataNode d  
    private Group g  
    private PathwayModel p  
  • Constructor Summary

    Constructors
    Constructor Description
    TestAlias()  
  • Method Summary

    Modifier and Type Method Description
    void setUp()  
    void testRemoveAlias()  
    void testRemoveGroup()  
    void testWriteGPML2021()  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • TestAlias

      public TestAlias()
  • Method Details

    • setUp

      public void setUp() throws java.lang.Exception
      Throws:
      java.lang.Exception
    • testRemoveAlias

      public void testRemoveAlias()
    • testRemoveGroup

      public void testRemoveGroup()
    • testWriteGPML2021

      public void testWriteGPML2021() throws java.io.IOException, ConverterException
      Throws:
      java.io.IOException
      ConverterException