Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-14424 add jbosstools-arquillian to JBT
  3. JBIDE-14522

Arquillian Cruiser content view should link back to source view

    XMLWordPrintable

Details

    Description

      @RunWith(Arquillian.class)
      class MangerTest {
      
         @Deployment
         public Archive<?> create() {
           return ShrinkWrap.create(JavaArchive.class).addClass(MyClass.class);
         }
      }
      

      Given this code snippet, the Arquillian Cruiser deployment Archive overview will show a similar structure to:

      ManagerTest
        - create
         org
           my
            MyClass.class
      

      The MyClass.class line in the overview should link back to the source view of MyClass.java.

      Attachments

        Activity

          People

            snjeza_jira Snjezana Peco (Inactive)
            aslak@redhat.com Aslak Knutsen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: