Package org.pathvisio.libgpml.model
Class TestReferenceable
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.pathvisio.libgpml.model.TestReferenceable
- All Implemented Interfaces:
junit.framework.Test
public class TestReferenceable
extends junit.framework.TestCase
Tests for
Referenceable:
Tests:
- Author:
- finterly
-
Field Summary
Fields Modifier and Type Field Description private Annotationa1private PathwayElement.AnnotationRefar1private PathwayElement.AnnotationRefar2private Citationc1private PathwayElement.CitationRefcr1private PathwayElement.CitationRefcr2private DataNoded1private Evidencee1private PathwayElement.EvidenceRefer1private PathwayElement.EvidenceRefer2private PathwayModelp -
Constructor Summary
Constructors Constructor Description TestReferenceable() -
Method Summary
Modifier and Type Method Description voidsetUp()voidtestCheckSetUp()voidtestRemoveAnnotation()voidtestRemoveAnnotationRef()voidtestRemoveDataNode()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
-
d1
-
a1
-
c1
-
e1
-
ar1
-
cr1
-
er1
-
ar2
-
cr2
-
er2
-
-
Constructor Details
-
TestReferenceable
public TestReferenceable()
-
-
Method Details
-
setUp
public void setUp() throws java.lang.Exception- Overrides:
setUpin classjunit.framework.TestCase- Throws:
java.lang.Exception
-
testCheckSetUp
public void testCheckSetUp() -
testRemoveAnnotation
public void testRemoveAnnotation() -
testRemoveAnnotationRef
public void testRemoveAnnotationRef() -
testRemoveDataNode
public void testRemoveDataNode()
-