JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
dalesbred-junit
Prev
Next
Frames
No Frames
All Classes
A
D
O
T
V
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
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
TestRule
that can be used to run the test-methods in transactions.
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(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.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.
A
D
O
T
V
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
dalesbred-junit
Prev
Next
Frames
No Frames
All Classes