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

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Sun May 19 14:14:06 EDT 2013


Aslak Knutsen created JBIDE-14522:
-------------------------------------

             Summary: 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


{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