liquibase.sdk.supplier.database
Class AllDatabases

java.lang.Object
  extended by org.junit.experimental.theories.ParameterSupplier
      extended by liquibase.sdk.supplier.database.AllDatabases

public class AllDatabases
extends org.junit.experimental.theories.ParameterSupplier


Constructor Summary
AllDatabases()
           
 
Method Summary
 List<org.junit.experimental.theories.PotentialAssignment> getValueSources(org.junit.experimental.theories.ParameterSignature sig)
           
protected  DatabaseConnection openConnection(ConnectionSupplier connectionConfig)
           
 DatabaseConnection openDatabaseConnection(ConnectionSupplier connectionSupplier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllDatabases

public AllDatabases()
Method Detail

getValueSources

public List<org.junit.experimental.theories.PotentialAssignment> getValueSources(org.junit.experimental.theories.ParameterSignature sig)
Specified by:
getValueSources in class org.junit.experimental.theories.ParameterSupplier

openConnection

protected DatabaseConnection openConnection(ConnectionSupplier connectionConfig)

openDatabaseConnection

public DatabaseConnection openDatabaseConnection(ConnectionSupplier connectionSupplier)
                                          throws Exception
Throws:
Exception


Copyright © 2015 Liquibase.org. All rights reserved.