0 Replies Latest reply on Feb 15, 2018 4:46 AM by mchoma

    @ArquillianResource ContainerController not available in static method

    mchoma

      I use ContainerController declared as follows:

       

      @ArquillianResource
      protected static ContainerController controller;

       

      And I would expect controller to be non null in static method @BeforeClass, but it is not. Is there way to have this object injected already in static method?