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

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

XMLWordPrintable

      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
      }
      

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

                Created:
                Updated:
                Resolved: