Create test ApplicationContext through factory method.
------------------------------------------------------
Key: ARQ-1304
URL:
https://issues.jboss.org/browse/ARQ-1304
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Spring
Affects Versions: spring_1.0.0.Beta1
Reporter: Jakub Narloch
Assignee: Jakub Narloch
Fix For: spring_1.0.0.next
Current version brings the concept of custom classes, which allows to define the
concreate class that will be used to instantiate the ApplicationContext. Maybe it would be
good idea to give the user full control on how the ApplicationContext will be created, so
he can not only use some specialized implementation but would be also able to configure it
correctly.
On the code level this would be achive by 'scaning' for static method that will
be responsible for creating the ApplicationContext instance e.g.:
{code}
@SpringApplicationContext ApplicationContext [method_name]() {}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: