org.kuali.common.jdbc
Class DefaultJdbcServiceTest

java.lang.Object
  extended by org.kuali.common.jdbc.DefaultJdbcServiceTest

public class DefaultJdbcServiceTest
extends Object


Constructor Summary
DefaultJdbcServiceTest()
           
 
Method Summary
protected  ExecutionContext getDbaContext()
           
protected  NotifyingListener getDbaListener()
           
protected  NotifyingListener getDefaultListener()
           
protected  List<ExecutionContext> getExecutionContexts(String prefix, int threads)
           
protected  String getInvalidOrderingMessage(String order)
           
protected  JdbcContext getJdbc()
           
protected  JdbcContext getJdbcDba()
           
protected  List<String> getLocationsFromCSV(String csv)
           
protected  Properties getProperties()
           
protected  String getValue(String key)
           
protected  void mysqlLocalhost(Properties properties)
           
protected  void mysqlRice(Properties properties)
           
 void testReset()
           
protected  void validateExists(List<String> locations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJdbcServiceTest

public DefaultJdbcServiceTest()
Method Detail

getProperties

protected Properties getProperties()

mysqlLocalhost

protected void mysqlLocalhost(Properties properties)

mysqlRice

protected void mysqlRice(Properties properties)

getValue

protected String getValue(String key)

getJdbcDba

protected JdbcContext getJdbcDba()

getJdbc

protected JdbcContext getJdbc()

getDbaContext

protected ExecutionContext getDbaContext()

validateExists

protected void validateExists(List<String> locations)

getExecutionContexts

protected List<ExecutionContext> getExecutionContexts(String prefix,
                                                      int threads)

getInvalidOrderingMessage

protected String getInvalidOrderingMessage(String order)

getLocationsFromCSV

protected List<String> getLocationsFromCSV(String csv)

getDefaultListener

protected NotifyingListener getDefaultListener()

getDbaListener

protected NotifyingListener getDbaListener()

testReset

public void testReset()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.