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
Exceptionpublic void shouldCreateDatabaseDataSourceConnection()
throws Exception
Exceptionpublic void shouldAcceptUsernameAndPassword()
throws Exception
Exceptionpublic void shouldSupportDatabaseConfigBean()
throws Exception
Exceptionpublic void shouldCreateCreateTransactionAwareConnection()
throws Exception
Exceptionpublic void shouldNotWrapCreateTransactionAwareConnection()
throws Exception
Exceptionpublic void shouldRespectTransactionAwareAttribute()
throws Exception
ExceptionCopyright © 2016. All rights reserved.