public class DatabaseDataSourceConnectionFactoryBeanTest extends Object
DatabaseDataSourceConnectionFactoryBean
.Constructor and Description |
---|
DatabaseDataSourceConnectionFactoryBeanTest() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
shouldAcceptUsernameAndPassword() |
void |
shouldBeCorrectClass() |
void |
shouldBeSingleton() |
void |
shouldCreateCreateTransactionAwareConnection() |
void |
shouldCreateDatabaseDataSourceConnection() |
void |
shouldNotAllowObjectWithoutDataSet() |
void |
shouldNotWrapCreateTransactionAwareConnection() |
void |
shouldRespectTransactionAwareAttribute() |
void |
shouldSupportDatabaseConfigBean() |
void |
shouldSupportNewConnection() |
void |
shouldSupportSchema() |
public DatabaseDataSourceConnectionFactoryBeanTest()
public void setup()
public void shouldNotAllowObjectWithoutDataSet() throws Exception
Exception
public void shouldCreateDatabaseDataSourceConnection() throws Exception
Exception
public void shouldAcceptUsernameAndPassword() throws Exception
Exception
public void shouldSupportDatabaseConfigBean() throws Exception
Exception
public void shouldCreateCreateTransactionAwareConnection() throws Exception
Exception
public void shouldNotWrapCreateTransactionAwareConnection() throws Exception
Exception
public void shouldRespectTransactionAwareAttribute() throws Exception
Exception
Copyright © 2016. All rights reserved.