|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface DatabaseStateAn annotation to associate a test method with a required state of the database. The annotation can be given at class or method level, where a method level annotation overrides a class level one.
| Required Element Summary | |
|---|---|
String |
dbVersion
The version of the RHQ database the export file is generated from. |
String |
url
The location of the database state export file. |
| Optional Element Summary | |
|---|---|
FileFormat |
format
The format of the export file (defaults to zipped xml). |
DatabaseStateStorage |
storage
Where is the export file accessible from (defaults to DatabaseStateStorage.CLASSLOADER). |
| Element Detail |
|---|
public abstract String url
public abstract String dbVersion
public abstract DatabaseStateStorage storage
DatabaseStateStorage.CLASSLOADER).
public abstract FileFormat format
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||