edu.sdsc.inca.depot.commands
Class QueryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.sdsc.inca.depot.persistent.PersistentTest
              extended by edu.sdsc.inca.depot.commands.QueryTest
All Implemented Interfaces:
junit.framework.Test

public class QueryTest
extends PersistentTest


Field Summary
 
Fields inherited from class edu.sdsc.inca.depot.persistent.PersistentTest
logger
 
Constructor Summary
QueryTest()
           
 
Method Summary
 void testFailureHistory()
           
 void testGetGuids()
           
 void testGetLatest()
           
 void testGetPeriod()
           
 void testHql()
           
 void testNoSuiteFound()
           
 void testSuccessHistory()
           
 
Methods inherited from class edu.sdsc.inca.depot.persistent.PersistentTest
setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryTest

public QueryTest()
Method Detail

testNoSuiteFound

public void testNoSuiteFound()

testGetGuids

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

testGetLatest

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

testHql

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

testGetPeriod

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

testSuccessHistory

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

testFailureHistory

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