| Interface | Description |
|---|---|
| CleanupStrategy.StrategyProvider<T> | |
| DataSeedStrategy.StrategyProvider<T> | |
| JpaCacheEvictionStrategy |
Strategy how to evict JPA second level cache.
|
| Class | Description |
|---|---|
| JpaCacheEviction.DefaultJpaCacheEvictionStrategy |
Internal strategy class for representing default value.
|
| Enum | Description |
|---|---|
| CleanupStrategy |
Defines strategy to be applied for
@Cleanup operation. |
| DataSeedStrategy | |
| TestExecutionPhase | |
| TransactionMode |
Available transaction modes used for transactional wrapper of
test methods.
|
| Annotation Type | Description |
|---|---|
| ApplyScriptAfter |
Defines SQL scripts applied on test database before test method execution.
|
| ApplyScriptBefore |
Defines SQL scripts applied on test database before test method execution.
|
| Cleanup |
Determines when database cleanup should be triggered.
|
| CleanupUsingScript |
Defines SQL scripts used for cleaning test database.
|
| CreateSchema |
Defines SQL scripts applied on test database before test class execution to create
database schema.
|
| DataSource |
Defines data source to be used for test.
|
| JpaCacheEviction |
Indicates that test want evict JPA second level cache between test method
invocation.
|
| PersistenceTest |
Marker annotation which enables Arquillian Persistence Extension.
|
| SeedDataUsing | |
| ShouldMatchDataSet |
Verifies state of underlying data store using data sets
defined by this annotation.
|
| Transactional |
Indicates that test needs to be wrapped within the transaction.
|
| UsingDataSet |
Provides information about data sets needs to be used for
seeding test database before test method execution.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.