A D O R T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(Statement, Description) - Method in class org.dalesbred.junit.TransactionalTests
D
- databaseForProperties(String) - Static method in class org.dalesbred.junit.TestDatabaseProvider
-
Loads database with given properties.
- databaseForProperties(String, Dialect) - Static method in class org.dalesbred.junit.TestDatabaseProvider
-
Loads database with given properties, using specified dialect.
O
- org.dalesbred.junit - package org.dalesbred.junit
R
- ROLLBACK_ALWAYS - org.dalesbred.junit.TransactionalTests.RollbackPolicy
- ROLLBACK_NEVER - org.dalesbred.junit.TransactionalTests.RollbackPolicy
- ROLLBACK_ON_FAILURE - org.dalesbred.junit.TransactionalTests.RollbackPolicy
T
- TestDatabaseProvider - Class in org.dalesbred.junit
-
Helper methods for creating databases using a properties-file in classpath.
- TransactionalTests - Class in org.dalesbred.junit
-
A JUnit
TestRulethat can be used to run the test-methods in transactions. - TransactionalTests(Provider<Database>) - Constructor for class org.dalesbred.junit.TransactionalTests
-
Constructs a rule that will wrap tests in transactions and use the default rollback-policy (
ROLLBACK_ON_FAILURE) for rolling back the transaction. - TransactionalTests(Provider<Database>, TransactionalTests.RollbackPolicy) - Constructor for class org.dalesbred.junit.TransactionalTests
-
Constructs a rule that will wrap tests in transactions and use the specified rollback-policy for rolling back the transaction.
- TransactionalTests(Database) - Constructor for class org.dalesbred.junit.TransactionalTests
-
Constructs a rule that will wrap tests in transactions and use the default rollback-policy (
ROLLBACK_ON_FAILURE) for rolling back the transaction. - TransactionalTests(Database, TransactionalTests.RollbackPolicy) - Constructor for class org.dalesbred.junit.TransactionalTests
-
Constructs a rule that will wrap tests in transactions and use the specified rollback-policy for rolling back the transaction.
- TransactionalTests.RollbackPolicy - Enum in org.dalesbred.junit
-
Specified the rollback-policy for tests.
V
- valueOf(String) - Static method in enum org.dalesbred.junit.TransactionalTests.RollbackPolicy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.dalesbred.junit.TransactionalTests.RollbackPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages