|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--org.enableit.db.test.DatabaseProxyTest
A test class to exercise the DatabaseProxy
Field Summary | |
private java.sql.Connection |
conn
Connection used to perform the tests |
Fields inherited from class junit.framework.TestCase |
fName |
Constructor Summary | |
DatabaseProxyTest(java.lang.String theName)
|
Method Summary | |
void |
executeQuery()
|
protected void |
setUp()
The method provided for by the JUnit framework in order that common setup tasks are completed before tests run |
static junit.framework.Test |
suite()
Invoke the tests |
protected void |
tearDown()
The method provided for by the JUnit framework in order that common setup tasks are cleaned up after tests are run |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.sql.Connection conn
Constructor Detail |
public DatabaseProxyTest(java.lang.String theName)
Method Detail |
protected void setUp() throws java.lang.Exception
setUp
in class junit.framework.TestCase
protected void tearDown() throws java.lang.Exception
tearDown
in class junit.framework.TestCase
public void executeQuery()
public static junit.framework.Test suite()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |