Bartosz Majsak created ARQ-755:
----------------------------------
Summary: Introduce annotation based db cleanup configuration
Key: ARQ-755
URL:
https://issues.jboss.org/browse/ARQ-755
Project: Arquillian
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: Extension - Persistence
Affects Versions: persistence_1.0.0.Alpha3
Reporter: Bartosz Majsak
Assignee: Bartosz Majsak
Fix For: persistence_1.0.0.next
User should have control on data cleanup event. Currently it's always executed after
the test. Provide @Cleanup annotation with following options:
- DISABLED
- BEFORE (default)
- AFTER
This annotation can be placed on class level - defining the default behaviour for all test
cases, but when define on method level it will override global settings.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira