|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjunit.framework.Assert
junit.extensions.TestDecorator
junit.extensions.TestSetup
org.apache.derbyTesting.junit.BaseTestSetup
org.apache.derbyTesting.junit.BaseJDBCTestSetup
org.apache.derbyTesting.junit.CleanDatabaseTestSetup
org.apache.derbyTesting.perf.basic.jdbc.BaseLoad100TestSetup
org.apache.derbyTesting.perf.basic.jdbc.BaseLoad100IdxTestSetup
public class BaseLoad100IdxTestSetup
Extend the BaseLoad100TestSetup to add indexes Base table is similar to BaseLoad100TestSetup and the algorithm to load data is the same
BaseLoad100TestSetup| Field Summary |
|---|
| Fields inherited from class org.apache.derbyTesting.perf.basic.jdbc.BaseLoad100TestSetup |
|---|
rowsToLoad, tableName |
| Fields inherited from class junit.extensions.TestDecorator |
|---|
fTest |
| Constructor Summary | |
|---|---|
BaseLoad100IdxTestSetup(junit.framework.Test test)
constructor |
|
BaseLoad100IdxTestSetup(junit.framework.Test test,
int rowsToLoad)
|
|
BaseLoad100IdxTestSetup(junit.framework.Test test,
int rowcount,
java.lang.String tableName)
|
|
BaseLoad100IdxTestSetup(junit.framework.Test test,
java.lang.String tableName)
|
|
| Method Summary | |
|---|---|
protected void |
decorateSQL(java.sql.Statement s)
Override the decorateSQL and create the necessary schema. |
| Methods inherited from class org.apache.derbyTesting.perf.basic.jdbc.BaseLoad100TestSetup |
|---|
setUp |
| Methods inherited from class org.apache.derbyTesting.junit.CleanDatabaseTestSetup |
|---|
cleanDatabase, tearDown |
| Methods inherited from class org.apache.derbyTesting.junit.BaseJDBCTestSetup |
|---|
getConnection, getTestConfiguration, println |
| Methods inherited from class org.apache.derbyTesting.junit.BaseTestSetup |
|---|
run |
| Methods inherited from class junit.extensions.TestDecorator |
|---|
basicRun, countTestCases, getTest, 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BaseLoad100IdxTestSetup(junit.framework.Test test)
test - name of the test
public BaseLoad100IdxTestSetup(junit.framework.Test test,
int rowsToLoad)
test - name of testrowsToLoad - number of rows to insert
public BaseLoad100IdxTestSetup(junit.framework.Test test,
java.lang.String tableName)
test - name of the testtableName - name of the table to insert the rows into
public BaseLoad100IdxTestSetup(junit.framework.Test test,
int rowcount,
java.lang.String tableName)
test - name of testrowcount - number of rows to inserttableName - name of the table to insert the rows into| Method Detail |
|---|
protected void decorateSQL(java.sql.Statement s)
throws java.sql.SQLException
decorateSQL in class BaseLoad100TestSetupjava.sql.SQLExceptionCleanDatabaseTestSetup.decorateSQL(java.sql.Statement)
|
Built on Sat 2009-11-28 18:44:18-0800, from revision 885187 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||