[arquillian-issues] [JBoss JIRA] (ARQ-1480) After/Before methods are always fired on both container/in client

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Thu Oct 10 12:18:02 EDT 2013


     [ https://issues.jboss.org/browse/ARQ-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen closed ARQ-1480.
------------------------------


    
> After/Before methods are always fired on both container/in client
> -----------------------------------------------------------------
>
>                 Key: ARQ-1480
>                 URL: https://issues.jboss.org/browse/ARQ-1480
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Spock TestRunner
>    Affects Versions: spock_1.0.0.Beta1
>            Reporter: Karel Piwko
>            Assignee: Aslak Knutsen
>            Priority: Critical
>             Fix For: spock_1.0.0.Beta2
>
>
> Current behavior of setup() methods does not follow other Arquillian test runners. Namely, the problem is in method being always executed in both environments, making following call impossible:
> {code}
> @Inject Foo foo;
> def setup() {
>     assert foo != null
> }
> {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