| Interface | Description |
|---|---|
| BuiltInCleanupStrategy.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 |
|---|---|
| BuiltInCleanupStrategy |
Defines strategy to be applied for
@Cleanup operation. |
| DataSeedStrategy |
| Annotation Type | Description |
|---|---|
| ApplyScriptAfter |
Defines SQL scripts applied on test database after test method execution.
|
| ApplyScriptBefore |
Defines SQL scripts applied on test database before test method execution.
|
| CleanupStrategy | |
| 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 |
Defines strategy used for seeding database.
|
| ShouldMatchDataSet |
Verifies state of underlying data store using data sets
defined by this annotation.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.