org.objectweb.cjdbc.scenario.raidb0
Class Raidb0CheckSchemaScenario

java.lang.Object
  extended byTestCase
      extended byorg.objectweb.cjdbc.scenario.templates.NoTemplate
          extended byorg.objectweb.cjdbc.scenario.templates.Template
              extended byorg.objectweb.cjdbc.scenario.templates.SimpleRaidb0Template
                  extended byorg.objectweb.cjdbc.scenario.raidb0.Raidb0CheckSchemaScenario

public class Raidb0CheckSchemaScenario
extends SimpleRaidb0Template

This class defines a Raidb0CheckSchemaScenario

Version:
1.0
Author:
Nicolas Modrzyk
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.SimpleRaidb0Template
cm, controller, hm, hm1, hm2, mainVdb
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate
logger, TEXT_DIR
 
Constructor Summary
Raidb0CheckSchemaScenario()
           
 
Method Summary
private  void deepTestSchema()
           
 void testSchemaRaidb0()
          Test schema construction in raidb0
private  void testTheSchema(java.sql.Connection con, boolean[] success)
           
private  void testTheTable(java.sql.Connection con, java.lang.String table, boolean assertTrue)
           
 
Methods inherited from class org.objectweb.cjdbc.scenario.templates.SimpleRaidb0Template
setUp, tearDown
 
Methods inherited from class org.objectweb.cjdbc.scenario.templates.Template
getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getHypersonicConnection
 
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
 

Constructor Detail

Raidb0CheckSchemaScenario

public Raidb0CheckSchemaScenario()
Method Detail

testSchemaRaidb0

public void testSchemaRaidb0()
                      throws java.lang.Exception
Test schema construction in raidb0

Throws:
java.lang.Exception - if an error occurs

deepTestSchema

private void deepTestSchema()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testTheSchema

private void testTheSchema(java.sql.Connection con,
                           boolean[] success)
                    throws java.lang.Exception
Throws:
java.lang.Exception

testTheTable

private void testTheTable(java.sql.Connection con,
                          java.lang.String table,
                          boolean assertTrue)


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.