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 Annotation
a1
private PathwayElement.AnnotationRef
ar1
private PathwayElement.AnnotationRef
ar2
private Citation
c1
private PathwayElement.CitationRef
cr1
private PathwayElement.CitationRef
cr2
private DataNode
d1
private Evidence
e1
private PathwayElement.EvidenceRef
er1
private PathwayElement.EvidenceRef
er2
private PathwayModel
p
-
Constructor Summary
Constructors Constructor Description TestReferenceable()
-
Method Summary
Modifier and Type Method Description void
setUp()
void
testCheckSetUp()
void
testRemoveAnnotation()
void
testRemoveAnnotationRef()
void
testRemoveDataNode()
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
-
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:
setUp
in classjunit.framework.TestCase
- Throws:
java.lang.Exception
-
testCheckSetUp
public void testCheckSetUp() -
testRemoveAnnotation
public void testRemoveAnnotation() -
testRemoveAnnotationRef
public void testRemoveAnnotationRef() -
testRemoveDataNode
public void testRemoveDataNode()
-