[JBoss JIRA] (ARQ-1540) Migrate implementations into Portal Extension
by Ken Finnigan (JIRA)
[ https://issues.jboss.org/browse/ARQ-1540?page=com.atlassian.jira.plugin.s... ]
Ken Finnigan updated ARQ-1540:
------------------------------
Fix Version/s: portal_1.1.0.next
> Migrate implementations into Portal Extension
> ---------------------------------------------
>
> Key: ARQ-1540
> URL: https://issues.jboss.org/browse/ARQ-1540
> Project: Arquillian
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Extension - Portal
> Reporter: Ken Finnigan
> Assignee: Ken Finnigan
> Fix For: portal_1.1.0.next
>
>
> Migrate the existing gatein-testing and pluto-testing code bases as implementations in the portal extension.
> This will facilitate running integration tests against these implementations as part of the portal extension build, as opposed to the tests being disconnected from the actual code being tested
--
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
12 years, 5 months
[JBoss JIRA] (ARQ-1540) Migrate implementations into Portal Extension
by Ken Finnigan (JIRA)
Ken Finnigan created ARQ-1540:
---------------------------------
Summary: Migrate implementations into Portal Extension
Key: ARQ-1540
URL: https://issues.jboss.org/browse/ARQ-1540
Project: Arquillian
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Extension - Portal
Reporter: Ken Finnigan
Assignee: Ken Finnigan
Migrate the existing gatein-testing and pluto-testing code bases as implementations in the portal extension.
This will facilitate running integration tests against these implementations as part of the portal extension build, as opposed to the tests being disconnected from the actual code being tested
--
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
12 years, 5 months
[JBoss JIRA] (ARQ-1538) Provide the ability for Inspection methods to have multiple qualifiers
by Ken Finnigan (JIRA)
Ken Finnigan created ARQ-1538:
---------------------------------
Summary: Provide the ability for Inspection methods to have multiple qualifiers
Key: ARQ-1538
URL: https://issues.jboss.org/browse/ARQ-1538
Project: Arquillian
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: Extension - Warp
Reporter: Ken Finnigan
Have the ability to support multiple qualifiers on an inspection method, such as:
{code}
new Inspection() {
@AfterPhase(RENDER_RESPONSE)
public void test1() {}
@AfterPhase(RENDER_RESPONSE) @PorletSpecificStuff
public void test2() {}
}
{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
12 years, 5 months