[jbosstools-issues] [JBoss JIRA] (JBIDE-14522) Arquillian Cruiser content view should link back to source view

Aslak Knutsen (JIRA) issues at jboss.org
Thu Feb 13 14:59:28 EST 2014


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

Aslak Knutsen commented on JBIDE-14522:
---------------------------------------

yeah, that sounds about right :)
                
> Arquillian Cruiser content view should link back to source view
> ---------------------------------------------------------------
>
>                 Key: JBIDE-14522
>                 URL: https://issues.jboss.org/browse/JBIDE-14522
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: testing-tools
>            Reporter: Aslak Knutsen
>            Assignee: Snjezana Peco
>              Labels: new_and_noteworthy
>             Fix For: 4.2.0.Alpha2
>
>
> {code}
> @RunWith(Arquillian.class)
> class MangerTest {
>    @Deployment
>    public Archive<?> create() {
>      return ShrinkWrap.create(JavaArchive.class).addClass(MyClass.class);
>    }
> }
> {code}
> Given this code snippet, the Arquillian Cruiser deployment Archive overview will show a similar structure to:
> {code}
> ManagerTest
>   - create
>    org
>      my
>       MyClass.class
> {code}
> The MyClass.class line in the overview should link back to the source view of MyClass.java.

--
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 jbosstools-issues mailing list