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

After/Before methods are always fired on both container/in client

    XMLWordPrintable

Details

    Description

      Current behavior of setup() methods does not follow other Arquillian test runners. Namely, the problem is in method being always executed in both environments, making following call impossible:

      @Inject Foo foo;
      
      def setup() {
          assert foo != null
      }
      

      Attachments

        Activity

          People

            aslak@redhat.com Aslak Knutsen
            kpiwko Karel Piwko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: