[arquillian-issues] [JBoss JIRA] (ARQ-271) TestEnricher should be called in @BeforeClass

Stefan Miklosovic (JIRA) issues at jboss.org
Wed Jan 28 10:49:50 EST 2015


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

Stefan Miklosovic commented on ARQ-271:
---------------------------------------

This extension solves static injection of ContainerController for [~galder.zamarreno] 

https://github.com/arquillian/arquillian-showcase/tree/master/extensions/arquillian-static-container-controller

> TestEnricher should be called in @BeforeClass
> ---------------------------------------------
>
>                 Key: ARQ-271
>                 URL: https://issues.jboss.org/browse/ARQ-271
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Runtime Enricher SPI, Test Harness Integration
>            Reporter: Thomas Diesler
>            Assignee: Aslak Knutsen
>
> The TestEnricher API could be extended such that static fields can be initialized.
>    @Inject
>    public static BundleContext context;
>    
>    @BeforeClass
>    public static void beforeClass()
>    {
>       System.out.println("BeforeClass: " + context);
>    }
> There would be two calls to TestEnricher. 
> #1 After test class load, but before a call to @BeforeClass. 
> #2 After instantiation of the test class, but before a call to @Before 
> (#2 is the current behaviour)



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the arquillian-issues mailing list