|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
org.objectweb.cjdbc.scenario.templates.NoTemplate
org.objectweb.cjdbc.scenario.standalone.sql.request.DropRequestTest
Nested Class Summary | |
protected class |
DropRequestTest.ParsingResult
Stores the expected result of the call to DropRequest.parse(DatabaseSchema, int, boolean)
method. |
Field Summary | |
private AbstractDatabase |
database
Database on which the requests are performed. |
(package private) static boolean |
inited
|
private java.util.ArrayList |
results
List of ParsingResult objects. |
private static java.lang.String |
RUBIS_DROP_REQUESTS_FILE
File name containing the requests to test. |
Fields inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate |
logger, TEXT_DIR |
Constructor Summary | |
DropRequestTest()
|
Method Summary | |
private void |
parse(DropRequestTest.ParsingResult result,
boolean isCaseSensitive)
Perfoms the parsing test. |
protected void |
setUp()
|
void |
testParse()
org.objectweb.cjdbc.common.sql.DropRequest#parse(DatabaseSchema, int, boolean) |
Methods inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate |
getTextPath, getUserDir |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String RUBIS_DROP_REQUESTS_FILE
private AbstractDatabase database
private java.util.ArrayList results
ParsingResult
objects.
static boolean inited
Constructor Detail |
public DropRequestTest()
Method Detail |
protected void setUp()
junit.framework.TestCase#setUp()
public void testParse()
private void parse(DropRequestTest.ParsingResult result, boolean isCaseSensitive)
result
- expected resultisCaseSensitive
- true
if the parsing must be case
sensitive.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |