[arquillian-issues] [JBoss JIRA] (ARQ-1018) Remote extensions are not loaded when the deployment method is inside the test class annotated by @RunAsClient annotation

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Sun Jul 22 12:52:06 EDT 2012


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

Aslak Knutsen updated ARQ-1018:
-------------------------------

    Fix Version/s: 1.1.0.Beta1

    
> Remote extensions are not loaded when the deployment method is inside the test class annotated by @RunAsClient annotation
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ARQ-1018
>                 URL: https://issues.jboss.org/browse/ARQ-1018
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Base Implementation
>    Affects Versions: 1.0.1.Final
>            Reporter: Jan Papousek
>             Fix For: 1.1.0.Beta1
>
>
> *Use Case*
> I want to test web application and use Arquillian Jacoco Extension to get code coverage.
> I have abstract test class of the following pattern (all tests extend this abstract class):
> {code}
> @RunAsClient
> public abstract class AbstractTest extends Arquillian {
>     @Deployment
>     public static WebArchive createTestArchive() {
>         ...
>     }   
>   
>     ...
> }
> {code}
> *Problem*
> Because of the @RunAsClient annotation, the RemoteExtensionLoader is not called, so JacocoRemoteExtension is not loaded.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list