|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
gov.nih.nci.ServiceTestCase
org.LexGrid.LexBIG.gridTests.LexBIGServiceTestCase
org.LexGrid.LexBIG.gridTests.function.query.TestEnumerateProperties
public class TestEnumerateProperties
The Class TestEnumerateProperties.
Field Summary |
---|
Constructor Summary | |
---|---|
TestEnumerateProperties()
|
Method Summary | |
---|---|
boolean |
contains(Property[] props,
java.lang.String[] property)
Test if any of the property names in the String array match a property in the Property array |
protected void |
enumerateProps(java.lang.String code,
java.lang.String[] properties)
Enumerate properties for the concept code. |
protected java.lang.String |
getTestID()
To be implemented by each descendant testcase. |
void |
testEnumeratePropertiesa()
Test enumerate propertiesa. |
void |
testEnumeratePropertiesb()
Test enumerate propertiesb. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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 |
Constructor Detail |
---|
public TestEnumerateProperties()
Method Detail |
---|
protected java.lang.String getTestID()
LexBIGServiceTestCase
getTestID
in class LexBIGServiceTestCase
protected void enumerateProps(java.lang.String code, java.lang.String[] properties) throws LBException
code
- the concept codeproperties
- the properties array
LBException
- the LB exceptionpublic boolean contains(Property[] props, java.lang.String[] property)
props
- the array of type Property[]property
- the array of property names as String[]
public void testEnumeratePropertiesa() throws LBException
LBException
- the LB exceptionpublic void testEnumeratePropertiesb() throws LBException
LBException
- the LB exception
|
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 |