|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
nesstar.test.NesstarTestCase
nesstar.test.functional.QueryTest
public class QueryTest
The TestSuite to execute for testing direct jdbc queries to the database
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
QueryTest(String testName)
Constructor for the QueryTest object |
|
| Method Summary | |
|---|---|
void |
executeQuery(String query,
int expected)
a test case which checks a query made direct to the jdbc url |
static void |
main(String[] args)
The main program for the ReleaseTest class |
static junit.framework.Test |
suite()
A unit test suite for JUnit |
void |
testDateQuery()
a test case which checks queries made direct to the jdbc url |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, getName, run, run, runBare, 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryTest(String testName)
testName - | Method Detail |
|---|
public static void main(String[] args)
throws Exception
args - The command line arguments
Exception
public static junit.framework.Test suite()
throws Exception
Exception
public void testDateQuery()
throws Exception
Exception
public void executeQuery(String query,
int expected)
throws Exception
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||