[arquillian-issues] [JBoss JIRA] (ARQ-1304) Create test ApplicationContext through factory method.

Jakub Narloch (JIRA) jira-events at lists.jboss.org
Sun Jun 16 19:05:20 EDT 2013


    [ https://issues.jboss.org/browse/ARQ-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781934#comment-12781934 ] 

Jakub Narloch edited comment on ARQ-1304 at 6/16/13 7:04 PM:
-------------------------------------------------------------

Pushed upstream: https://github.com/arquillian/arquillian-extension-spring/commit/c1cb0ff9038c649676f3edfa1f420a189d1ca37a
                
      was (Author: jmnarloch):
    Pushed upstream: Pushed upstream: https://github.com/arquillian/arquillian-extension-spring/commit/c1cb0ff9038c649676f3edfa1f420a189d1ca37a
                  
> 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: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list