|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.LexGrid.LexBIG.Impl.function.LexBIGServiceTestCase
org.LexGrid.LexBIG.Impl.function.codednodegraph.BaseCodedNodeGraphTest
public class BaseCodedNodeGraphTest
The Class BaseCodedNodeGraphTest.
Field Summary | |
---|---|
protected CodedNodeGraph |
cng
The cng. |
protected LexBIGService |
lbs
The lbs. |
Constructor Summary | |
---|---|
BaseCodedNodeGraphTest()
|
Method Summary | |
---|---|
static boolean |
associatedConceptListContains(AssociatedConcept[] concepts,
java.lang.String code)
Associated concept list contains. |
static boolean |
associationListContains(Association[] assocs,
java.lang.String assoc)
Association list contains. |
protected java.lang.String |
getCodingScheme()
Gets the coding scheme. |
protected java.lang.String |
getTestID()
To be implemented by each descendant testcase. |
static boolean |
resolvedConceptListContains(ResolvedConceptReference[] concepts,
java.lang.String code)
Resolved concept list contains. |
void |
setUp()
|
void |
testSetUp()
Test set up. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
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, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected CodedNodeGraph cng
protected LexBIGService lbs
Constructor Detail |
---|
public BaseCodedNodeGraphTest()
Method Detail |
---|
protected java.lang.String getTestID()
LexBIGServiceTestCase
getTestID
in class LexBIGServiceTestCase
public void setUp() throws java.lang.Exception
setUp
in class junit.framework.TestCase
java.lang.Exception
protected java.lang.String getCodingScheme()
public void testSetUp()
public static boolean resolvedConceptListContains(ResolvedConceptReference[] concepts, java.lang.String code)
concepts
- the conceptscode
- the code
public static boolean associatedConceptListContains(AssociatedConcept[] concepts, java.lang.String code)
concepts
- the conceptscode
- the code
public static boolean associationListContains(Association[] assocs, java.lang.String assoc)
assocs
- the assocsassoc
- the assoc
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |