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

@Before/@After should only be executed on the server side

    Details

      Description

      The Test Framework lifecycle callback methods like @Before/@After should be overwritten on the 'client' side and only execute in-container.

        Gliffy Diagrams

          Issue Links

            Activity

            Hide
            aslak Aslak Knutsen added a comment -

            Redesign adaptor first, no need to do the task twice

            Show
            aslak Aslak Knutsen added a comment - Redesign adaptor first, no need to do the task twice
            Hide
            aslak Aslak Knutsen added a comment -
            Show
            aslak Aslak Knutsen added a comment - https://github.com/aslakknutsen/arquillian/tree/the_bigger_picture Only supported by JUnit
            Hide
            gbo3006 gilad bar orion added a comment -

            any plans for fixing it for TestNG? haven't found a related open issue...
            it makes the whole ARQ/TestNG usage quite hacky

            Show
            gbo3006 gilad bar orion added a comment - any plans for fixing it for TestNG? haven't found a related open issue... it makes the whole ARQ/TestNG usage quite hacky
            Hide
            aslak Aslak Knutsen added a comment -

            Needs fixes in TestNG to be able to. Working with Cedric on this.

            Show
            aslak Aslak Knutsen added a comment - Needs fixes in TestNG to be able to. Working with Cedric on this.
            Hide
            aslak Aslak Knutsen added a comment -

            @Before/After are executed only when incontainer on non embedded containers.

            Show
            aslak Aslak Knutsen added a comment - @Before/After are executed only when incontainer on non embedded containers.
            Hide
            aslak Aslak Knutsen added a comment -

            Current workaround for the embedded containers are to add their own AfterBefore Lifecycle Handlers (done in weld, openejb)

            Show
            aslak Aslak Knutsen added a comment - Current workaround for the embedded containers are to add their own AfterBefore Lifecycle Handlers (done in weld, openejb)
            Hide
            aslak Aslak Knutsen added a comment -

            fix to core pushed upstream

            Show
            aslak Aslak Knutsen added a comment - fix to core pushed upstream

              People

              • Assignee:
                aslak Aslak Knutsen
                Reporter:
                aslak Aslak Knutsen
              • Votes:
                6 Vote for this issue
                Watchers:
                8 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Development