gov.nih.nci.cagrid.caarray.client
Class CaArray2xGrid

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by gov.nih.nci.cagrid.caarray.client.CaArray2xGrid
All Implemented Interfaces:
junit.framework.Test

public class CaArray2xGrid
extends junit.framework.TestCase


Constructor Summary
CaArray2xGrid()
           
CaArray2xGrid(java.lang.String string)
           
 
Method Summary
static gov.nih.nci.cagrid.cqlresultset.CQLQueryResults executeCQLQuery(gov.nih.nci.cagrid.cqlquery.CQLQuery query)
           
protected  long printResults(gov.nih.nci.cagrid.cqlresultset.CQLQueryResults results, java.lang.String outFileName)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void testDomainModel()
           
 void testFindAllAbstractBioMaterials()
           
 void testFindAllAddresses()
           
 void testFindAllArrayDesigns()
           
 void testFindAllCategorys()
           
 void testFindAllExperiments()
           
 void testFindAllFactors()
           
 void testFindAllFiles()
           
 void testFindAllHybridizations()
           
 void testFindAllOrganizations()
           
 void testFindAllProjects()
           
 void testFindAllRawArrayData()
           
 
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
 

Constructor Detail

CaArray2xGrid

public CaArray2xGrid()

CaArray2xGrid

public CaArray2xGrid(java.lang.String string)
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

suite

public static junit.framework.Test suite()

testFindAllOrganizations

public void testFindAllOrganizations()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testFindAllFiles

public void testFindAllFiles()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testFindAllAddresses

public void testFindAllAddresses()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testFindAllFactors

public void testFindAllFactors()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testFindAllCategorys

public void testFindAllCategorys()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testFindAllProjects

public void testFindAllProjects()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testFindAllExperiments

public void testFindAllExperiments()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testFindAllAbstractBioMaterials

public void testFindAllAbstractBioMaterials()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testFindAllHybridizations

public void testFindAllHybridizations()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testFindAllRawArrayData

public void testFindAllRawArrayData()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testFindAllArrayDesigns

public void testFindAllArrayDesigns()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testDomainModel

public void testDomainModel()
                     throws java.lang.Exception
Throws:
java.lang.Exception

executeCQLQuery

public static gov.nih.nci.cagrid.cqlresultset.CQLQueryResults executeCQLQuery(gov.nih.nci.cagrid.cqlquery.CQLQuery query)

printResults

protected long printResults(gov.nih.nci.cagrid.cqlresultset.CQLQueryResults results,
                            java.lang.String outFileName)