Class TestGroupNested

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.pathvisio.libgpml.model.TestGroupNested
All Implemented Interfaces:
junit.framework.Test

public class TestGroupNested
extends junit.framework.TestCase
Tests for nested Group(s).
Author:
finterly
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) DataNode d1  
    (package private) DataNode d2  
    (package private) DataNode d3  
    (package private) Group g1  
    (package private) Group g2  
    (package private) PathwayModel p  
  • Constructor Summary

    Constructors
    Constructor Description
    TestGroupNested()  
  • Method Summary

    Modifier and Type Method Description
    void setUp()
    Creates and adds anchor to line, line to pathwayModel.
    void testRemoveDataNode()  
    void testRemoveDataNode2()  
    void testRemoveDataNodeFromGroup()  
    void testRemoveGroup()  
    void testSwitchGroup()  
    void testWriteGPML2021()  

    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

    • TestGroupNested

      public TestGroupNested()
  • Method Details

    • setUp

      public void setUp()
      Creates and adds anchor to line, line to pathwayModel.
      Overrides:
      setUp in class junit.framework.TestCase
    • testRemoveDataNode

      public void testRemoveDataNode()
    • testRemoveDataNode2

      public void testRemoveDataNode2()
    • testRemoveDataNodeFromGroup

      public void testRemoveDataNodeFromGroup()
    • testRemoveGroup

      public void testRemoveGroup()
    • testSwitchGroup

      public void testSwitchGroup()
    • testWriteGPML2021

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