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

Snjezana Peco (JIRA) issues at jboss.org
Mon Dec 16 10:32:35 EST 2013


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

Snjezana Peco commented on JBIDE-14522:
---------------------------------------

I suppose you want to open a file when you double-click it.
                
> 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
>             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