1 Reply Latest reply on May 15, 2014 3:32 AM by vjuranek

    Running setup method before container starts

    vjuranek

      Hi,

      is there a way how to execute some method before container is started? Something similar to @Before annotation, which is executed before the test (or any other way, it don't have to be an annotation). My server container to be able to start needs other external services running, which I need to start from my code (i.e. not able to use e.g. maven plugin to start the service in pre-integration phase).

      Thanks

      Vojta