org.objectweb.cjdbc.scenario.standalone.sql.request
Class SelectRequestTest
java.lang.Object
TestCase
org.objectweb.cjdbc.scenario.templates.NoTemplate
org.objectweb.cjdbc.scenario.standalone.sql.request.SelectRequestTest
- public class SelectRequestTest
- extends NoTemplate
- Author:
- Mathieu Peltier
org.objectweb.cjdbc.common.sql..SelectRequest
- See Also:
- Serialized Form
Field Summary |
private AbstractDatabase |
database
Database on which the requests are performed. |
private static java.lang.String |
EMPTY_VALUE
Null value to used in the requests file if needed. |
(package private) static boolean |
inited
|
private java.util.ArrayList |
results
List of ParsingResult objects. |
private static java.lang.String |
RUBIS_SELECT_REQUESTS_FILE
File name containing the requests to test. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RUBIS_SELECT_REQUESTS_FILE
private static final java.lang.String RUBIS_SELECT_REQUESTS_FILE
- File name containing the requests to test.
EMPTY_VALUE
private static final java.lang.String EMPTY_VALUE
- Null value to used in the requests file if needed.
- See Also:
- Constant Field Values
database
private AbstractDatabase database
- Database on which the requests are performed.
results
private java.util.ArrayList results
- List of
ParsingResult
objects.
inited
static boolean inited
SelectRequestTest
public SelectRequestTest()
setUp
protected void setUp()
- See Also:
junit.framework.TestCase#setUp()
testParse
public void testParse()
- org.objectweb.cjdbc.common.sql.SelectRequest#parse(DatabaseSchema, int,
boolean)
parse
private void parse(SelectRequestTest.ParsingResult result,
boolean isCaseSensitive)
Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.