Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-55

TestNG @Test(dependsOnMethods="") does not work when running inside the container

    Details

      Description

      "methodX is not allowed to depend on methodY"

      The way Arquillian invokes the remote container it creates a new 'suite' pr TestCase pr test method. Since only one test method is invoked pr suite, TestNGs dependsOnMethods fail.

        Gliffy Diagrams

          Issue Links

            Activity

            Hide
            aslak Aslak Knutsen added a comment -

            We might be able to rewrite the @Test annotation incontainer using the IAnnotationTransformer interface

            Show
            aslak Aslak Knutsen added a comment - We might be able to rewrite the @Test annotation incontainer using the IAnnotationTransformer interface
            Hide
            aslak Aslak Knutsen added a comment -

            pushed upstream

            Show
            aslak Aslak Knutsen added a comment - pushed upstream

              People

              • Assignee:
                aslak Aslak Knutsen
                Reporter:
                aslak Aslak Knutsen
              • Votes:
                1 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Development