com.healthmarketscience.jackcess.query
Class QueryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.healthmarketscience.jackcess.query.QueryTest
All Implemented Interfaces:
junit.framework.Test

public class QueryTest
extends junit.framework.TestCase

Author:
James Ahlborn

Constructor Summary
QueryTest(String name)
           
 
Method Summary
 void testBadQueries()
           
 void testDataDefinitionQuery()
           
 void testPassthroughQuery()
           
 void testReadQueries()
           
 void testSelectQuery()
           
 void testUnionQuery()
           
 void testUpdateQuery()
           
 
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, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryTest

public QueryTest(String name)
          throws Exception
Throws:
Exception
Method Detail

testUnionQuery

public void testUnionQuery()
                    throws Exception
Throws:
Exception

testPassthroughQuery

public void testPassthroughQuery()
                          throws Exception
Throws:
Exception

testDataDefinitionQuery

public void testDataDefinitionQuery()
                             throws Exception
Throws:
Exception

testUpdateQuery

public void testUpdateQuery()
                     throws Exception
Throws:
Exception

testSelectQuery

public void testSelectQuery()
                     throws Exception
Throws:
Exception

testBadQueries

public void testBadQueries()
                    throws Exception
Throws:
Exception

testReadQueries

public void testReadQueries()
                     throws Exception
Throws:
Exception


Copyright © 2005-2015 Health Market Science. All Rights Reserved.