]
Work on ARQ-2104 started by Bartosz Majsak.
-------------------------------------------
Make configuration objects injectable to tests
----------------------------------------------
Key: ARQ-2104
URL:
https://issues.jboss.org/browse/ARQ-2104
Project: Arquillian
Issue Type: Enhancement
Components: Extension - Persistence
Reporter: Bartosz Majsak
Assignee: Bartosz Majsak
Fix For: persistence_1.0.0.next
When writing tests having access to configuration objects such as:
* PersistenceConfiguration
* DBUnitConfiguration
* ScriptingConfiguration
might help developers writing simpler tests - e.g. refer to default datasource when using
DSL to seed the data.